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

Commit 6bde025

Browse files
author
Greg Jednaszewski
committed
Fix prose formatter documentation
1 parent 703acaf commit 6bde025

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)