Skip to content

Commit 35d35e2

Browse files
sebastiandedeynephanan
authored andcommitted
Fixed a word in keep-alive docs (#1929)
1 parent 3c40429 commit 35d35e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2472,7 +2472,7 @@ Used to denote a `<template>` element as a scoped slot, which is replaced by [`s
24722472
24732473
> In 2.2.0+ and above, `activated` and `deactivated` will fire for all nested components inside a `<keep-alive>` tree.
24742474
2475-
Primarily used with preserve component state or avoid re-rendering.
2475+
Primarily used to preserve component state or avoid re-rendering.
24762476
24772477
```html
24782478
<!-- basic -->

0 commit comments

Comments
 (0)