Minor grammar and terminology fixes

Minor grammar and terminology fixes (found via https://textlint.github.io/)
This commit is contained in:
Christian Oliff
2022-10-04 20:14:22 +09:00
parent 6f8ac7034c
commit 97fc780b52
5 changed files with 10 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ Choose one of the following options:
* Using our new [Template Repository](https://github.com/h5bp/html5-boilerplate-template)
create a new GitHub repository based on the latest code from the main branch of HTML5
Boilerplate.
* Install with [npm](https://www.npmjs.com/): `npm install html5-boilerplate`
or [yarn](https://yarnpkg.com/): `yarn add html5-boilerplate`. The resulting
`node_modules/html5-boilerplate/dist` folder represents the latest version of
@@ -71,7 +71,7 @@ Choose one of the following options:
[html5boilerplate.com](https://html5boilerplate.com/). This zip file is a
snapshot of the `dist` folder. On Windows, Mac and from the file manager on
Linux unzipping this folder will output to a folder named something like
`html5-boilerplate_v7.3.0`. From the command line will need to create a
`html5-boilerplate_v7.3.0`. From the command-line will need to create a
folder and unzip the contents into that folder.
```bash