fix(tools): message typo in insert-spaces.js (#40614)

alway -> always
This commit is contained in:
Ikko Ashimine 2021-01-05 15:30:34 +09:00 committed by GitHub
parent c6cbe7750f
commit fbae6d0159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ Sentence1. Sentence2 <code>var x = 'y'</code>.
This file converts the instructions and descriptions. After this there will be
no need to handle the case where the first line is not empty and markdown syntax
will alway work. The linter can check that the first blank line exists.
will always work. The linter can check that the first blank line exists.
*/
var parser = unified().use(remarkParse);