Skip to content

Commit 5bbdb3c

Browse files
aduh95richardlau
andauthored
nodejs-yaml-comments: fix typo (#189)
* nodejs-yaml-comments: fix typo * Update remark-lint-nodejs-yaml-comments.js Co-authored-by: Richard Lau <rlau@redhat.com> Co-authored-by: Richard Lau <rlau@redhat.com>
1 parent 641684e commit 5bbdb3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

remark-lint-nodejs-yaml-comments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function validateMeta(node, file, meta) {
184184

185185
case kWrongKeyOrder:
186186
file.message(
187-
"YAML dictionary keys should be respect this order: " +
187+
"YAML dictionary keys should be in this order: " +
188188
allowedKeys.join(", "),
189189
node
190190
);

0 commit comments

Comments
 (0)