Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Wrobel <marc.wrobel@gmail.com>2022-07-18 10:30:35 +0300
committerMark Otto <otto@github.com>2022-07-18 23:30:41 +0300
commiteae51cdf324e72049c5dfd9d24e2ac5eb227f82b (patch)
tree4824269d6a7546185bb584fe280123db5430710d /site/content/docs/5.2/getting-started/webpack.md
parent705d6857ad262c0f1e8e85645a7a0df7b1e14d84 (diff)
Fix various small typos in documentation (#36762)
Diffstat (limited to 'site/content/docs/5.2/getting-started/webpack.md')
-rw-r--r--site/content/docs/5.2/getting-started/webpack.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.2/getting-started/webpack.md b/site/content/docs/5.2/getting-started/webpack.md
index e45df81e5d..e314ecf6a2 100644
--- a/site/content/docs/5.2/getting-started/webpack.md
+++ b/site/content/docs/5.2/getting-started/webpack.md
@@ -136,7 +136,7 @@ With dependencies installed and our project folder ready for us to start coding,
<img class="img-fluid" src="/docs/{{< param docs_version >}}/assets/img/guides/webpack-dev-server.png" alt="Webpack dev server running">
-In the next and final section to this guide, we'll setup the Webpack loaders and import all of Bootstrap's CSS and JavaScript.
+In the next and final section to this guide, we'll set up the Webpack loaders and import all of Bootstrap's CSS and JavaScript.
## Import Bootstrap
@@ -227,7 +227,7 @@ Importing Bootstrap into Webpack requires the loaders we installed in the first
<img class="img-fluid" src="/docs/{{< param docs_version >}}/assets/img/guides/webpack-dev-server-bootstrap.png" alt="Webpack dev server running with Bootstrap">
- Now you can start adding any Bootstrap components you want to use. Be sure to [checkout the complete Webpack example project](https://github.com/twbs/examples/tree/main/webpack) for how to include additional custom Sass and optimize your build by importing only the parts of Bootstrap's CSS and JS that you need.
+ Now you can start adding any Bootstrap components you want to use. Be sure to [check out the complete Webpack example project](https://github.com/twbs/examples/tree/main/webpack) for how to include additional custom Sass and optimize your build by importing only the parts of Bootstrap's CSS and JS that you need.
{{< markdown >}}
{{< partial "guide-footer.md" >}}