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

Commit d7c514e

Browse files
gjednaszewskiJosh Goldberg
authored and
Josh Goldberg
committed
4515 (#4656)
* 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
1 parent 6de190d commit d7c514e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formatters/proseFormatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class Formatter extends AbstractFormatter {
2424
public static metadata: IFormatterMetadata = {
2525
formatterName: "prose",
2626
description: "The default formatter which outputs simple human-readable messages.",
27-
sample: "ERROR: myFile.ts[1, 14]: Missing semicolon",
27+
sample: "ERROR: myFile.ts:1:14 - Missing semicolon",
2828
consumer: "human",
2929
};
3030
/* tslint:enable:object-literal-sort-keys */

0 commit comments

Comments
 (0)