aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-11-01 13:18:28 +0200
committerGitHub <[email protected]>2019-11-01 13:18:28 +0200
commit8805122f73dc580aab449f6f680eb01b83cafeed (patch)
treea0ae0b59b4efc61d6fc7978d3540402cf0ea5da4
parentbfb27a4dcef5882426565042e1845300df9e97b7 (diff)
downloadbootstrap-8805122f73dc580aab449f6f680eb01b83cafeed.tar.xz
bootstrap-8805122f73dc580aab449f6f680eb01b83cafeed.zip
Update modal.md (#29621)
Fix typo
-rw-r--r--site/content/docs/4.3/components/modal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/components/modal.md b/site/content/docs/4.3/components/modal.md
index fd1a04a62..06dda8d11 100644
--- a/site/content/docs/4.3/components/modal.md
+++ b/site/content/docs/4.3/components/modal.md
@@ -920,7 +920,7 @@ Bootstrap's modal class exposes a few events for hooking into modal functionalit
</tr>
<tr>
<td>hidePrevented.bs.modal</td>
- <td>This event is fired when the modal is shown, its backdrop is <code>static</code> and a click outside the modal or a scape key press is performed.</td>
+ <td>This event is fired when the modal is shown, its backdrop is <code>static</code> and a click outside the modal or an escape key press is performed.</td>
</tr>
</tbody>
</table>