Skip to content

Commit

Permalink
Fix typo (admiin -> admin) (#2042)
Browse files Browse the repository at this point in the history
Co-authored-by: Keegan Campbell <me@kfcampbell.com>
  • Loading branch information
yaakov-h and kfcampbell authored Jan 5, 2024
1 parent 3e63934 commit 034789d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/r/organization_ruleset.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ The `rules` block supports the following:
* `RepositoryRole` (This is the actor type, the following are the base repository roles and their associated IDs.)
* `maintain` -> `2`
* `write` -> `4`
* `admiin` -> `5`
* `admin` -> `5`

#### conditions ####

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/repository_ruleset.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ The `rules` block supports the following:
* `RepositoryRole` (This is the actor type, the following are the base repository roles and their associated IDs.)
* `maintain` -> `2`
* `write` -> `4`
* `admiin` -> `5`
* `admin` -> `5`


#### conditions ####
Expand Down

0 comments on commit 034789d

Please sign in to comment.