From 0e2057f1215702ad51d1e479a39f4604449bcd33 Mon Sep 17 00:00:00 2001 From: Spencer T Brody Date: Thu, 6 Mar 2014 16:34:59 -0500 Subject: [PATCH] Remove unnecessary comma --- source/core/security-introduction.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/security-introduction.txt b/source/core/security-introduction.txt index 70414280fe5..150705254bd 100644 --- a/source/core/security-introduction.txt +++ b/source/core/security-introduction.txt @@ -43,7 +43,7 @@ MongoDB's role-based access control system allows administrators to control all access and ensure that all granted access applies as narrowly as possible. -Privileges, in MongoDB consist of an *action*, or a set operations +Privileges in MongoDB consist of an *action*, or a set operations that a user can perform, and a *resource*, or context where the user can perform that action. Multiple privileges combine to create a *role*, and users may have one or more role that describes