More doc improvements (#532)

* Generic doc improvements

* Convert to Markdown

* Remove whitespace

* More typo fixes
This commit is contained in:
Yangshun Tay 2018-04-07 21:16:29 -07:00 committed by Joel Marcey
parent e19b9ac56e
commit 6500f9bacf
8 changed files with 25 additions and 25 deletions

View file

@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
// translation object contains all translations for each string in 18n/en.json
// translation object contains all translations for each string in i18n/en.json
const CWD = process.cwd();
const fs = require('fs');