Skip to content

Commit

Permalink
Fix typos in GitHub/GitLab descriptions
Browse files Browse the repository at this point in the history
Minor updates since these feed the docs

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Oct 2, 2023
1 parent e56eac2 commit 0a974c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion providers/github/resources/github.lr
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ github.organization @defaults("login name") {
membersCanCreatePublicPages bool
// Whether members can create private pages
membersCanCreatePrivatePages bool
// Whether members can create private repositories
// Whether members can fork private repositories to their own GitHub account
membersCanForkPrivateRepos bool
// List of users that are part of the owners group
owners() []github.user
Expand Down
2 changes: 1 addition & 1 deletion providers/gitlab/resources/gitlab.lr
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ gitlab.project @defaults("fullName visibility webURL") {
createdAt time
// Project description
description string
// default git branch
// Default git branch
defaultBranch string
// The project's visibility level. Can be private, internal, or public.
visibility string
Expand Down

0 comments on commit 0a974c6

Please sign in to comment.