Skip to content

Commit cb7467b

Browse files
bertdaypatrickhlaukejulien-deramond
authored
Docs: fix typos in Vite, Parcel and Webpack guides (#39592)
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> Co-authored-by: Julien Déramond <juderamond@gmail.com>
1 parent d30385b commit cb7467b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

site/content/docs/5.3/getting-started/parcel.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ thumbnail: guides/bootstrap-parcel@2x.png
1515

1616
## Setup
1717

18-
We're building a Parcel project with Bootstrap from scratch, so there are some prerequisites and up front steps before we can really get started. This guide requires you to have Node.js installed and some familiarity with the terminal.
18+
We're building a Parcel project with Bootstrap from scratch, so there are some prerequisites and upfront steps before we can really get started. This guide requires you to have Node.js installed and some familiarity with the terminal.
1919

20-
1. **Create a project folder and setup npm.** We'll create the `my-project` folder and initialize npm with the `-y` argument to avoid it asking us all the interactive questions.
20+
1. **Create a project folder and set up npm.** We'll create the `my-project` folder and initialize npm with the `-y` argument to avoid it asking us all the interactive questions.
2121

2222
```sh
2323
mkdir my-project && cd my-project
@@ -148,7 +148,7 @@ Importing Bootstrap into Parcel requires two imports, one into our `styles.scss`
148148

149149
*[Read our JavaScript docs]({{< docsref "/getting-started/javascript/" >}}) for more information on how to use Bootstrap's plugins.*
150150

151-
3. **And you're done! 🎉** With Bootstrap's source Sass and JS fully loaded, your local development server should now look like this.
151+
3. **And you're done! 🎉** With Bootstrap's source Sass and JS fully loaded, your local development server should now look like this:
152152

153153
<img class="img-fluid" src="/docs/{{< param docs_version >}}/assets/img/guides/parcel-dev-server-bootstrap.png" alt="Parcel dev server running with Bootstrap">
154154

site/content/docs/5.3/getting-started/vite.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ thumbnail: guides/bootstrap-vite@2x.png
1515

1616
## Setup
1717

18-
We're building a Vite project with Bootstrap from scratch, so there are some prerequisites and up front steps before we can really get started. This guide requires you to have Node.js installed and some familiarity with the terminal.
18+
We're building a Vite project with Bootstrap from scratch, so there are some prerequisites and upfront steps before we can really get started. This guide requires you to have Node.js installed and some familiarity with the terminal.
1919

20-
1. **Create a project folder and setup npm.** We'll create the `my-project` folder and initialize npm with the `-y` argument to avoid it asking us all the interactive questions.
20+
1. **Create a project folder and set up npm.** We'll create the `my-project` folder and initialize npm with the `-y` argument to avoid it asking us all the interactive questions.
2121

2222
```sh
2323
mkdir my-project && cd my-project
@@ -42,7 +42,7 @@ We're building a Vite project with Bootstrap from scratch, so there are some pre
4242
npm i --save-dev sass
4343
```
4444

45-
Now that we have all the necessary dependencies installed and setup, we can get to work creating the project files and importing Bootstrap.
45+
Now that we have all the necessary dependencies installed and set up, we can get to work creating the project files and importing Bootstrap.
4646

4747
## Project structure
4848

@@ -170,7 +170,7 @@ In the next and final section to this guide, we’ll import all of Bootstrap’s
170170

171171
*[Read our JavaScript docs]({{< docsref "/getting-started/javascript/" >}}) for more information on how to use Bootstrap's plugins.*
172172

173-
3. **And you're done! 🎉** With Bootstrap's source Sass and JS fully loaded, your local development server should now look like this.
173+
3. **And you're done! 🎉** With Bootstrap's source Sass and JS fully loaded, your local development server should now look like this:
174174

175175
<img class="img-fluid" src="/docs/{{< param docs_version >}}/assets/img/guides/vite-dev-server-bootstrap.png" alt="Vite dev server running with Bootstrap">
176176

site/content/docs/5.3/getting-started/webpack.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ thumbnail: guides/bootstrap-webpack@2x.png
1515

1616
## Setup
1717

18-
We're building a Webpack project with Bootstrap from scratch, so there are some prerequisites and up front steps before we can really get started. This guide requires you to have Node.js installed and some familiarity with the terminal.
18+
We're building a Webpack project with Bootstrap from scratch, so there are some prerequisites and upfront steps before we can really get started. This guide requires you to have Node.js installed and some familiarity with the terminal.
1919

20-
1. **Create a project folder and setup npm.** We'll create the `my-project` folder and initialize npm with the `-y` argument to avoid it asking us all the interactive questions.
20+
1. **Create a project folder and set up npm.** We'll create the `my-project` folder and initialize npm with the `-y` argument to avoid it asking us all the interactive questions.
2121

2222
```sh
2323
mkdir my-project && cd my-project
@@ -242,7 +242,7 @@ Importing Bootstrap into Webpack requires the loaders we installed in the first
242242

243243
*[Read our JavaScript docs]({{< docsref "/getting-started/javascript/" >}}) for more information on how to use Bootstrap's plugins.*
244244

245-
4. **And you're done! 🎉** With Bootstrap's source Sass and JS fully loaded, your local development server should now look like this.
245+
4. **And you're done! 🎉** With Bootstrap's source Sass and JS fully loaded, your local development server should now look like this:
246246

247247
<img class="img-fluid" src="/docs/{{< param docs_version >}}/assets/img/guides/webpack-dev-server-bootstrap.png" alt="Webpack dev server running with Bootstrap">
248248

0 commit comments

Comments
 (0)