From 1045d909c192fd47d9b9f99b279f244f52821735 Mon Sep 17 00:00:00 2001 From: MateuszDyla Date: Mon, 24 Jan 2022 08:28:06 +0100 Subject: [PATCH] Correct typos --- doc/01-installation.md | 6 +++--- doc/01.5-non-webpack.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/01-installation.md b/doc/01-installation.md index b6d04971..157fb5ad 100644 --- a/doc/01-installation.md +++ b/doc/01-installation.md @@ -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) * Default option for plugin development diff --git a/doc/01.5-non-webpack.md b/doc/01.5-non-webpack.md index ad172a63..aa515f00 100644 --- a/doc/01.5-non-webpack.md +++ b/doc/01.5-non-webpack.md @@ -10,7 +10,7 @@
-1. Instal plugin assets using: +1. Install plugin assets using: ```bash $ bin/console assets:install