Fix spelling and punctuation

- Correct spelling 
- Adding a comma.
pull/57/head
Imron RA 2018-10-29 13:24:09 +07:00 committed by GitHub
parent 8b9da9be31
commit 84107d0c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ If you discover a security vulnerability within Flarum, please send an email to
- Check out a topic branch from `master` and merge back against `master`.
- Do NOT checkin the JavaScript `dist` files in commits.
- Do NOT check-in the JavaScript `dist` files in commits.
- [Squash the commits](https://davidwalsh.name/squash-commits-git) if there are too many small ones.
@ -46,7 +46,7 @@ If you discover a security vulnerability within Flarum, please send an email to
$ composer update --prefer-source
```
Flarum's front-end code is written in ES6 and transpiled into JavaScript. The compiled JavaScript is only committed when we tag a release; during development you will need to do it yourself. To recompile the JavaScript you will need [Node.js](https://nodejs.org/).
Flarum's front-end code is written in ES6 and transpiled into JavaScript. The compiled JavaScript is only committed when we tag a release; during development, you will need to do it yourself. To recompile the JavaScript you will need [Node.js](https://nodejs.org/).
```bash
$ npm install -g gulp