From fbae6d0159247f0f4bf640db5bb867d824d8fe7d Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 5 Jan 2021 15:30:34 +0900 Subject: [PATCH] fix(tools): message typo in insert-spaces.js (#40614) alway -> always --- tools/scripts/formatter/fcc-md-to-gfm/insert-spaces.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/formatter/fcc-md-to-gfm/insert-spaces.js b/tools/scripts/formatter/fcc-md-to-gfm/insert-spaces.js index 555710c13c..5a847aaaff 100644 --- a/tools/scripts/formatter/fcc-md-to-gfm/insert-spaces.js +++ b/tools/scripts/formatter/fcc-md-to-gfm/insert-spaces.js @@ -44,7 +44,7 @@ Sentence1. Sentence2 var x = 'y'. 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);