Skip to content

Commit

Permalink
fix: typo in api-host rule description
Browse files Browse the repository at this point in the history
  • Loading branch information
casserni committed Dec 3, 2018
1 parent 4e1e6e8 commit 51595ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rulesets/oas/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const commonOasRuleset = (): IRuleset => {
properties: ['host'],
},
path: '$',
summary: 'OpenAPI host `description` must be present and non-empty string.',
summary: 'OpenAPI `host` must be present and non-empty string.',
type: RuleType.STYLE,
tags: ['api'],
},
Expand Down

0 comments on commit 51595ca

Please sign in to comment.