From 8b23dd07206b1289263142a3ec4048a2c4d5ea0f Mon Sep 17 00:00:00 2001 From: TheSaltyOne <43492568+TheSaltyOne@users.noreply.github.com> Date: Thu, 9 Jun 2022 16:54:48 +0200 Subject: [PATCH] Update using-a-modal-window.md Corrected "Boostrap" to "Bootstrap" --- guides/plugins/plugins/storefront/using-a-modal-window.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/plugins/plugins/storefront/using-a-modal-window.md b/guides/plugins/plugins/storefront/using-a-modal-window.md index dd541f024..d25642b3d 100644 --- a/guides/plugins/plugins/storefront/using-a-modal-window.md +++ b/guides/plugins/plugins/storefront/using-a-modal-window.md @@ -15,9 +15,9 @@ While this is not mandatory, having read the guide about adding custom JavaScrip {% page-ref page="./add-custom-javascript.md" %} -## Create a modal manually from the DOM using Boostrap +## Create a modal manually from the DOM using Bootstrap -The simples solution to create a modal is by using Boostrap. More info: [Modal Boostrap](https://getbootstrap.com/docs/4.0/components/modal/#live-demo) +The simples solution to create a modal is by using Bootstrap. More info: [Modal Bootstrap](https://getbootstrap.com/docs/4.0/components/modal/#live-demo) Here is a basic implementation as an example. We override the `base_main_inner` from the `@Storefront/storefront/page/content/index.html.twig` template to insert the modal specific DOM elements. {% code title="/src/Resources/views/storefront/page/content/index.html.twig" %}