From 635f1a41879b62e21d2efc8584d43ac23b273b5a Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Tue, 26 Mar 2024 01:05:39 +0100 Subject: [PATCH] Spelling --- example/symfony/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/symfony/README.md b/example/symfony/README.md index d2a7966..2fca44e 100644 --- a/example/symfony/README.md +++ b/example/symfony/README.md @@ -71,7 +71,7 @@ TODO * [Extend a base template](#extend-a-base-template) * [Include CSS and JavaScript in the base template](#include-CSS-and-JavaScript-in-the-base-template) * [Install Encore](#install-Encore) - * [Disable bootstrap.js](#disable-bootstrap.js) + * [Disable bootstrap.js](#disable-bootstrapjs) * [Setup the project using Encore](#setup-the-project-using-Encore) * [Add style](#add-style) * [Add JavaScript](#add-JavaScript) @@ -633,7 +633,7 @@ You now have the directory `assets/` and the configuration file `webpack.config. -### .js +### Disable bootstrap.js In the file `assets/app.js` you should comment out this line.