From 84107d0c5ebcaeb55b555b90014616ab2f8380bd Mon Sep 17 00:00:00 2001 From: Imron RA <42175898+imronra@users.noreply.github.com> Date: Mon, 29 Oct 2018 13:24:09 +0700 Subject: [PATCH] Fix spelling and punctuation - Correct spelling - Adding a comma. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc244a3..10d02dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,9 +22,9 @@ If you discover a security vulnerability within Flarum, please send an email to - Read the [Contributor License Agreement](#contributor-license-agreement). -- Checkout a topic branch from `master` and merge back against `master`. +- 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