From 7629daedc1ce9ef1b4b09f3489906c970b34f617 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 1 Nov 2019 13:18:28 +0200 Subject: [PATCH] Update modal.md (#29621) Fix typo --- site/docs/4.3/components/modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/4.3/components/modal.md b/site/docs/4.3/components/modal.md index f74253df09..6bd573d7a7 100644 --- a/site/docs/4.3/components/modal.md +++ b/site/docs/4.3/components/modal.md @@ -897,7 +897,7 @@ Bootstrap's modal class exposes a few events for hooking into modal functionalit hidePrevented.bs.modal - This event is fired when the modal is shown, its backdrop is static and a click outside the modal or a scape key press is performed. + This event is fired when the modal is shown, its backdrop is static and a click outside the modal or an escape key press is performed.