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);