From e30a354076c6ad2f218ef72fe4bfa74a1dccbaef Mon Sep 17 00:00:00 2001 From: Ben Dubuisson Date: Thu, 27 Nov 2014 09:25:43 +1300 Subject: [PATCH] Update access-control.md small typo --- docs/en/topics/access-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/topics/access-control.md b/docs/en/topics/access-control.md index 15f93b74d..e6c5a2918 100644 --- a/docs/en/topics/access-control.md +++ b/docs/en/topics/access-control.md @@ -8,7 +8,7 @@ site you have to figure this stuff out, and it's not entirely obvious. There are a number of ways to restrict access in SilverStripe. In the security tab in the CMS you can create groups that have access to certain parts. The options can be found on the [permissions](/reference/permission) documentation. -Once you have groups, you can set access for each page for a particular groups. This can be: +Once you have groups, you can set access for each page for a particular group. This can be: * anyone; * any person who is logged in; * a specific group.