Skip to content

Commit

Permalink
Update site/content/docs/5.2/getting-started/webpack.md
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
  • Loading branch information
GeoSot and julien-deramond committed May 17, 2022
1 parent 88b5849 commit 74c63ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.2/getting-started/webpack.md
Expand Up @@ -19,7 +19,7 @@ We're building a Webpack project with Bootstrap from scratch, so there are some
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.

```sh
mkdir my-project
mkdir my-project && cd my-project
npm init -y
```

Expand Down

0 comments on commit 74c63ce

Please sign in to comment.