From 7948905a14a57525db6ed15cb90720b13bfac27a Mon Sep 17 00:00:00 2001 From: Michael Michael Date: Tue, 29 Oct 2019 18:23:12 -0500 Subject: [PATCH] Update permissions.md --- docs/permissions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/permissions.md b/docs/permissions.md index b9a7bac3b..5b40d0621 100644 --- a/docs/permissions.md +++ b/docs/permissions.md @@ -12,7 +12,7 @@ The following table depicts the various user permission levels in a project. | Action | Limited Guest | Guest | Developer | Master | Project Admin | | --------------------------------------- | ------------- | ----- | --------- | ------ | ------------- | -| See the porject configurations | ✓ | ✓ | ✓ | ✓ | ✓ | +| See the project configurations | ✓ | ✓ | ✓ | ✓ | ✓ | | Edit the project configurations | | | | | ✓ | | See a list of project members | | ✓ | ✓ | ✓ | ✓ | | Create/edit/delete project members | | | | | ✓ | @@ -20,7 +20,7 @@ The following table depicts the various user permission levels in a project. | See a list of project replications | | | | ✓ | ✓ | | See a list of project replication jobs | | | | | ✓ | | See a list of project labels | | | | ✓ | ✓ | -| Create/edit/delete project lables | | | | ✓ | ✓ | +| Create/edit/delete project labels | | | | ✓ | ✓ | | See a list of repositories | ✓ | ✓ | ✓ | ✓ | ✓ | | Create repositories | | | ✓ | ✓ | ✓ | | Edit/delete repositories | | | | ✓ | ✓ |