[minor] Grammar and typo

[minor] Grammar and typo
pull/4969/merge
Dhilip 2017-08-15 15:30:54 +05:30 committed by Andrew Chen
parent e2f2487c39
commit c8d68579ca
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ With specific tokens on blockquotes and code blocks, the chunks can be placed ac
Clone the repository, then add documents into documents directory. Modify the manifest.json to contain the document filenames in the order desired. The docs field is an array of objects with a filename key.
As a NodeJS program, a valid installation of node is required. Once node is installed, verify it can be run from command line.
As a NodeJS program, a valid installation of node is required. Once node is installed, verify if it can be run from command line.
```
node --version
```