diff --git a/src/components/modal/README.md b/src/components/modal/README.md index 7ed5cac0ccd..c1f3cf389c7 100644 --- a/src/components/modal/README.md +++ b/src/components/modal/README.md @@ -180,8 +180,8 @@ export default { To prevent `` from closing (for example when validation fails). you can call the `.preventDefault()` method of the event object passed to your `ok` (**OK** button), `cancel` -(**Cancel** button) and `hide` event handlers. Note that `.preventDefault()`, when used, must be -called synchronously, as async is not supported. +(**Cancel** button) and `hide` event handlers. Note that `.preventDefault()`, when used, **must** +be called synchronously, as async is not supported. ```html