summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-18 14:08:50 +0100
committerRichard Maw <richard.maw@gmail.com>2017-01-02 18:25:52 +0000
commit2cd00be78ce5e9f352b01fcd3013136287319c11 (patch)
tree301c09e6b58cabb18a46cacd703ffb7278b82cac /doc
parente2ddc397c23620e01e59519c015bbfb4eeb08761 (diff)
downloadgitano-2cd00be78ce5e9f352b01fcd3013136287319c11.tar.gz
Fix wordingg for first example Lace
Diffstat (limited to 'doc')
-rw-r--r--doc/admin/000.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/admin/000.mdwn b/doc/admin/000.mdwn
index 40fc257..8a783ba 100644
--- a/doc/admin/000.mdwn
+++ b/doc/admin/000.mdwn
@@ -79,7 +79,7 @@ The first example is really simplistic. It contains a rule to allow a
user to do anything to a repository prefixed by their username.
define repo_is_usernamed repository prefix ${user}/
- allow "User's can create repos their username" repo_is_usernamed
+ allow "Users can create repos beginning with their username" repo_is_usernamed
Lace rules are used by Gitano whenever the user tries to do anything.
Note that they only apply for access to the repositories via Gitano