From a4c52ce6f0ac602c87f3c4404612d749cc438d3a Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Wed, 13 Nov 2024 12:55:33 +0200 Subject: [PATCH] Apply suggestions from code review --- docs/docs/examples.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/examples.md b/docs/docs/examples.md index dac322c..8bc7a72 100644 --- a/docs/docs/examples.md +++ b/docs/docs/examples.md @@ -183,9 +183,9 @@ To view all files in a specific project: ### Manage Members and Collaborators -The collaborative nature of QFieldCloud. +The collaborative nature of QFieldCloud naturally involves other people in the fieldwork. -You can add, remove, or change the roles of members on your Organization. +You can add, remove, or change the members on your Organization. #### Add a Member to an Organization @@ -259,7 +259,7 @@ You can add, remove, or change the roles of collaborators on your project. qfieldcloud-cli collaborators-patch "123e4567-e89b-12d3-a456-426614174000" "ninja001" editor ``` -#### Remove a Collaboratorin a project +#### Remove a Collaborator in a project === ":material-bash: Bash"