Skip to content

Commit

Permalink
SWG-9025 improving my english
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloszTarka committed Jan 18, 2024
1 parent 002469d commit 1907845
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ FLAGS
DESCRIPTION
Get existing SwaggerHub's organization standardization ruleset.
Requires organization name argument. An error will occur if provided organization is non existing
or your account is not permitted to access that organization settings.
Requires organization name argument. An error will occur if provided organization doesn't exist
or your account is not permitted to access that organization's settings.
If the flag `-s` or `--include-system-rules` is used, the returned ruleset will also include SwaggerHub system rules.
If the flag `-d` or `--include-disabled-rules` is used, the returned ruleset will also include disabled custom rules
Expand Down
4 changes: 2 additions & 2 deletions src/commands/api/validate/download-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class ValidateDownloadRulesCommand extends BaseCommand {
}

ValidateDownloadRulesCommand.description = `Get existing SwaggerHub's organization standardization ruleset.
Requires organization name argument. An error will occur if provided organization is non existing
or your account is not permitted to access that organization settings.
Requires organization name argument. An error will occur if provided organization doesn't exist
or your account is not permitted to access that organization's settings.
If the flag \`-s\` or \`--include-system-rules\` is used, the returned ruleset will also include SwaggerHub system rules.
If the flag \`-d\` or \`--include-disabled-rules\` is used, the returned ruleset will also include disabled custom rules`

Expand Down

0 comments on commit 1907845

Please sign in to comment.