Fix typographical errors (#84)

Just some periods and apostrophes
This commit is contained in:
Randy 2018-04-27 08:04:50 -06:00 committed by Shawn Erquhart
parent 283cc37f74
commit 09e9548d25
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ Next step, clone this repository and run:
npm install
```
This will take some time and will install all packages necessary to run Victor Hugo and it's tasks.
This will take some time and will install all packages necessary to run Victor Hugo and its tasks.
### Development
@ -82,7 +82,7 @@ https://gohugo.io/templates/functions/
For assets that are completely static and don't need to go through the asset pipeline,
use the `site/static` folder. Images, font-files, etc, all go there.
Files in the static folder ends up in the web root. So a file called `site/static/favicon.ico`
Files in the static folder end up in the web root. So a file called `site/static/favicon.ico`
will end up being available as `/favicon.ico` and so on...
The `src/js/app.js` file is the entrypoint for webpack and will be built to `/dist/app.js`.
@ -90,7 +90,7 @@ The `src/js/app.js` file is the entrypoint for webpack and will be built to `/di
You can use **ES6** and use both relative imports or import libraries from npm.
Any CSS file directly under the `src/css/` folder will get compiled with [PostCSS Next](http://cssnext.io/)
to `/dist/css/{filename}.css`. Import statements will be resolved as part of the build
to `/dist/css/{filename}.css`. Import statements will be resolved as part of the build.
## Environment variables