From 9080897e968eabbb35f50a38ad84937b22c10a69 Mon Sep 17 00:00:00 2001 From: Georg Plaz Date: Fri, 14 Nov 2025 00:58:23 +0100 Subject: [PATCH] docs: fix grammar and typo in README.md - Change 'allow' to 'allows' for subject-verb agreement - Simplify 'groups of people' to 'groups' to avoid repetition - Change 'sharing purpose' to 'sharing purposes' for plural form - Fix typo: 'CireclesManager' to 'CirclesManager' Fixes #2220 Signed-off-by: Georg Plaz --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73bb1cd78..6a7fdbbaf 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ ### Bring cloud-users closer together -Nextcloud Teams allow people to create their own groups of people/colleagues/friends. -Those groups of people can then be used by any other app for sharing purpose. +Nextcloud Teams allows people to create their own groups of people/colleagues/friends. +Those groups can then be used by any other app for sharing purposes. The app was formerly named circles which is still used as internal identifier a lot. @@ -17,4 +17,4 @@ The app was formerly named circles which is still used as internal identifier a The *Teams* app is installed and enabled by default. # Documentation -You can use the `\Psr\Container\ContainerInterface`, see [dependency injection](https://docs.nextcloud.com/server/stable/developer_manual/basics/dependency_injection.html), to get the `\OCA\Circles\CireclesManager` class, see our [API documentation](https://nextcloud.github.io/circles/) for its interface. +You can use the `\Psr\Container\ContainerInterface`, see [dependency injection](https://docs.nextcloud.com/server/stable/developer_manual/basics/dependency_injection.html), to get the `\OCA\Circles\CirclesManager` class, see our [API documentation](https://nextcloud.github.io/circles/) for its interface.