From ec18b00e2d600bb5ce939badcba34f2f042e001b Mon Sep 17 00:00:00 2001 From: Mohit Nain Date: Wed, 11 Mar 2020 13:12:23 +0530 Subject: [PATCH] Docs: Grammar corrections line 31 : makes user a superadmin : multiple use of 'a' can be avoided for better reading line 35: User can belong to : remove 'be' it is incorrect line 51: allow you : typo correction --- docs/sources/permissions/overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/permissions/overview.md b/docs/sources/permissions/overview.md index 17969cc3878..416fc356fbd 100644 --- a/docs/sources/permissions/overview.md +++ b/docs/sources/permissions/overview.md @@ -28,11 +28,11 @@ Grafana supports a wide variety of internal and external ways for users to authe ## Grafana Admin -This admin flag makes a user a `Super Admin`. This means they can access the `Server Admin` views where all users and organizations can be administrated. +This admin flag makes user a `Super Admin`. This means they can access the `Server Admin` views where all users and organizations can be administrated. ## Organization Roles -Users can be belong to one or more organizations. A user's organization membership is tied to a role that defines what the user is allowed to do +Users can belong to one or more organizations. A user's organization membership is tied to a role that defines what the user is allowed to do in that organization. Grafana supports multiple *organizations* in order to support a wide variety of deployment models, including using a single Grafana instance to provide service to multiple potentially untrusted organizations. In most cases, Grafana is deployed with a single organization. @@ -48,7 +48,7 @@ Refer to [Organization roles]({{< relref "../permissions/organization_roles.md" ## Dashboard and Folder Permissions -Dashboard and folder permissions allows you to remove the default role based permissions for Editors and Viewers and assign permissions to specific **Users** and **Teams**. Learn more about [Dashboard and Folder Permissions]({{< relref "dashboard_folder_permissions.md" >}}). +Dashboard and folder permissions allow you to remove the default role based permissions for Editors and Viewers and assign permissions to specific **Users** and **Teams**. Learn more about [Dashboard and Folder Permissions]({{< relref "dashboard_folder_permissions.md" >}}). ## Data source permissions