Skip to content

Commit

Permalink
Merge pull request #103 from MateuszDyla/master
Browse files Browse the repository at this point in the history
Correct typos
  • Loading branch information
MacBalc authored Mar 3, 2023
2 parents 1dd7bfb + 1045d90 commit a9bf4c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ $ bin/console doctrine:migrations:version BitBag\\SyliusWishlistPlugin\\Migratio
We recommend you to use Webpack (Encore), for which we have prepared four different instructions on how to add this plugin's assets to your project:

- [Import webpack config](./01.1-webpack-config.md)*
- [Add entry to existing config](./01.2-webpack-entry.md))
- [Import entries in your entry.js files](./01.3-import-entry.md))
- [Your own custom config](./01.4-custom-solution.md))
- [Add entry to existing config](./01.2-webpack-entry.md)
- [Import entries in your entry.js files](./01.3-import-entry.md)
- [Your own custom config](./01.4-custom-solution.md)

<small>* Default option for plugin development</small>

Expand Down
2 changes: 1 addition & 1 deletion doc/01.5-non-webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<br>

1. Instal plugin assets using:
1. Install plugin assets using:

```bash
$ bin/console assets:install
Expand Down

0 comments on commit a9bf4c1

Please sign in to comment.