Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
4515 (#4656)
Browse files Browse the repository at this point in the history
* Fix prose formatter documentation

* Revert "Fix prose formatter documentation"
This should have been done on a branch
This reverts commit 6bde025.

* Fix prose formatter documentation
  • Loading branch information
gjednaszewski authored and Josh Goldberg committed Apr 13, 2019
1 parent 6de190d commit d7c514e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formatters/proseFormatter.ts
Expand Up @@ -24,7 +24,7 @@ export class Formatter extends AbstractFormatter {
public static metadata: IFormatterMetadata = {
formatterName: "prose",
description: "The default formatter which outputs simple human-readable messages.",
sample: "ERROR: myFile.ts[1, 14]: Missing semicolon",
sample: "ERROR: myFile.ts:1:14 - Missing semicolon",
consumer: "human",
};
/* tslint:enable:object-literal-sort-keys */
Expand Down

0 comments on commit d7c514e

Please sign in to comment.