diff --git a/docs/content/2.components/modal.md b/docs/content/2.components/modal.md index 5f3530659c..c80e237109 100644 --- a/docs/content/2.components/modal.md +++ b/docs/content/2.components/modal.md @@ -61,7 +61,7 @@ Set the `fullscreen` prop to `true` to enable it. ### Control programmatically -First of all, add the `Modals` component to your app, preferably inside `app.vue`. +First of all, add the `Modals` component to your app, preferably inside `app.vue`. This component provides your application a place to render programmatically created modals. ```vue [app.vue]