Skip to content

Commit 64dc444

Browse files
authored
typoe fix
1 parent f10655a commit 64dc444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/built-ins/keep-alive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In the Component Basics chapter, we introduced the syntax for [Dynamic Component
1616

1717
By default, an active component instance will be unmounted when switched away from. This will cause any changed state it holds to be lost.
1818

19-
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:
19+
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:
2020

2121
<SwitchComponent />
2222

0 commit comments

Comments
 (0)