From 64dc444c471022caa8927501c5bb2edc042d247c Mon Sep 17 00:00:00 2001 From: aathan Date: Sun, 24 Jul 2022 14:48:32 -0700 Subject: [PATCH] typoe fix --- src/guide/built-ins/keep-alive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/built-ins/keep-alive.md b/src/guide/built-ins/keep-alive.md index b307bad108..709fe27d6e 100644 --- a/src/guide/built-ins/keep-alive.md +++ b/src/guide/built-ins/keep-alive.md @@ -16,7 +16,7 @@ In the Component Basics chapter, we introduced the syntax for [Dynamic Component By default, an active component instance will be unmounted when switched away from. This will cause any changed state it holds to be lost. -In the example below, we have two stateful components - A contains a counter, while B contains a message synced with an input via `v-model`. Try update the state of one of them, switch away, and then switch back to it: +In the example below, we have two stateful components - A contains a counter, while B contains a message synced with an input via `v-model`. Try updating the state of one of them, switch away, and then switch back to it: