From d3aef5549afbeb1e8159657f50b980cce48cfeaf Mon Sep 17 00:00:00 2001 From: Michael Brevard Date: Thu, 31 Oct 2024 08:48:16 +0200 Subject: [PATCH] docs: tofandel review Co-authored-by: Adrien Foulon <6115458+Tofandel@users.noreply.github.com> --- docs/2.guide/2.directory-structure/1.components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]