Pārlūkot izejas kodu

[blog] correct parser execution way

Akhil Naik 4 gadi atpakaļ
vecāks
revīzija
1a2fb83770
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/docs-site/content/developer/parsers/_index.md

+ 1 - 1
docs/docs-site/content/developer/parsers/_index.md

@@ -288,7 +288,7 @@ For the next one we’ll add some keyword suggestions after the user has typed R
       }
     ;
 
-Again, run `cd  tools/jison/;node generateParsers.js postgresql` then `npm run test -- postgresqlAutocompleteParser.test.js` and the tests should both be green.
+Again, run `cd  tools/jison/; node generateParsers.js postgresql` then `npm run test -- postgresqlAutocompleteParser.test.js` and the tests should both be green.
 
 We also want the autocompleter to suggest the keyword REINDEX when the user hasn’t typed anything, to do that let’s first add the following test with the other new ones in `postgresqlAutocompleteParser.test.js`: