Skip to content

Commit

Permalink
Fix typos in the styish formatter documentation (palantir#3302)
Browse files Browse the repository at this point in the history
  • Loading branch information
dguo authored and ajafff committed Oct 8, 2017
1 parent b80c5f2 commit aa5cca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/formatters/stylishFormatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export class Formatter extends AbstractFormatter {
formatterName: "stylish",
description: "Human-readable formatter which creates stylish messages.",
descriptionDetails: Utils.dedent`
The output matches that produced by eslint's stylish formatter. Its readability
enhanced through spacing and colouring`,
The output matches what is produced by ESLint's stylish formatter.
Its readability is enhanced through spacing and colouring.`,
sample: Utils.dedent`
myFile.ts
1:14 semicolon Missing semicolon`,
Expand Down

0 comments on commit aa5cca4

Please sign in to comment.