Skip to content

Commit b5bdb38

Browse files
author
Mark Phelps
authored
Update managing-repository-access-for-your-codespaces.md
1 parent b58c9cd commit b5bdb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To create codespaces with custom permissions defined, you must use one of the fo
8787
}
8888
```
8989

90-
To set all permissions for a given repository, use `"permissions": "read-all"` or `"permissions": "write-all"` in the repository object
90+
To set all permissions for a given repository, use `"permissions": "read-all"` or `"permissions": "write-all"` in the repository object.
9191

9292
```json
9393
{

0 commit comments

Comments
 (0)