Fixed gramatical errors

should be using `this` as pointing to the next command not the previous command.
This commit is contained in:
Kenneth Palaganas 2016-10-10 01:25:34 +08:00 committed by Martin Ek
parent fffaf8f3bb
commit 4d8cf7ba9a

View file

@ -25,7 +25,7 @@ $ brew cask install hyper
3. Install the dependencies: `npm install`
4. Build the code, watch for changes and run the app: `npm start`
To make sure that your code works in the finished application, you can generate the binaries like that:
To make sure that your code works in the finished application, you can generate the binaries like this:
```bash
$ npm run pack