From 9cf34b1bc953b55146ecda722cbae8c995c3a31d Mon Sep 17 00:00:00 2001 From: Naoki Endoh Date: Thu, 5 Aug 2021 02:00:20 +0900 Subject: [PATCH] fix: typo 'kept-alive' --- src/api/options-lifecycle-hooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/options-lifecycle-hooks.md b/src/api/options-lifecycle-hooks.md index dab2e2e36f..f2b136ad93 100644 --- a/src/api/options-lifecycle-hooks.md +++ b/src/api/options-lifecycle-hooks.md @@ -102,7 +102,7 @@ All lifecycle hooks automatically have their `this` context bound to the instanc - **Details:** - Called when a kept-alive component is activated. + Called when a keep-alive component is activated. **This hook is not called during server-side rendering.** @@ -115,7 +115,7 @@ All lifecycle hooks automatically have their `this` context bound to the instanc - **Details:** - Called when a kept-alive component is deactivated. + Called when a keep-alive component is deactivated. **This hook is not called during server-side rendering.**