diff --git a/docs/content/3.components/0.app.md b/docs/content/3.components/0.app.md index 4b90d8e9..c95cfa4a 100644 --- a/docs/content/3.components/0.app.md +++ b/docs/content/3.components/0.app.md @@ -17,7 +17,7 @@ This component implements Reka UI [ConfigProvider](https://reka-ui.com/docs/util It's also using [ToastProvider](https://reka-ui.com/docs/components/toast#provider) and [TooltipProvider](https://reka-ui.com/docs/components/tooltip#provider) to provide global toasts and tooltips, as well as programmatic modals and slideovers. -Use it as at the root of your app: +Use it at the root of your app: ```vue [app.vue]