Skip to content

Commit 234a9ba

Browse files
committed
Fix a phrasing
1 parent d25f0d4 commit 234a9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function getDiagnostics(doc: TextDocumentLite): vscode.Diagnostic[] {
5959

6060
let diagnostic = new vscode.Diagnostic(
6161
range,
62-
`Subject line should be at most ${maxSubjectLineLength} characters`,
62+
`Keep the subject line to at most ${maxSubjectLineLength} characters`,
6363
vscode.DiagnosticSeverity.Warning
6464
);
6565
diagnostic.code = {

0 commit comments

Comments
 (0)