diff --git a/docs/2.guide/2.directory-structure/1.components.md b/docs/2.guide/2.directory-structure/1.components.md index 5fab130b1c..54d98e57f6 100644 --- a/docs/2.guide/2.directory-structure/1.components.md +++ b/docs/2.guide/2.directory-structure/1.components.md @@ -206,7 +206,7 @@ If you would like to hydrate a component once a promise is fulfilled, use the `L ``` Nuxt's delayed hydration system is highly flexible, allowing each developer to build upon it and implement their own hydration strategy. -If you have highly specific hydration triggers that aren't covered by the default strategies, or you want to have conditional hydraion, you can use the general purpose `LazyIf` prefix: +If you have highly specific hydration triggers that aren't covered by the default strategies, or you want to have conditional hydration, you can use the general purpose `LazyIf` prefix: ```vue [pages/index.vue]