Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-11-01 14:18:28 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-11-02 11:02:07 +0300
commit7629daedc1ce9ef1b4b09f3489906c970b34f617 (patch)
treefb41c83789a9e8dbfcee466564c298d7e2589fc7
parentdd96b832f787e91db03ebc687a934deea335bed5 (diff)
Update modal.md (#29621)
Fix typo
-rw-r--r--site/docs/4.3/components/modal.md2
1 files changed, 1 insertions, 1 deletions
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
</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>