Skip to content

Commit 42e733f

Browse files
authored
chore: fix typos (#1657)
1 parent cdafa0f commit 42e733f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/api/built-in-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ Caches dynamically toggled components wrapped inside.
244244
</KeepAlive>
245245

246246
<!-- Array (use `v-bind`) -->
247-
<keepalive :include="['a', 'b']">
247+
<KeepAlive :include="['a', 'b']">
248248
<component :is="view"></component>
249-
</keepalive>
249+
</KeepAlive>
250250
```
251251

252252
Usage with `max`:

src/guide/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This command will install and execute [create-vue](https://github.com/vuejs/crea
3636
<span style="color:var(--vt-c-green);">✔</span> <span style="color:#A6ACCD;">Add Vitest for Unit testing? <span style="color:#888;">… <span style="color:#89DDFF;text-decoration:underline">No</span> / Yes</span></span>
3737
<span style="color:var(--vt-c-green);">✔</span> <span style="color:#A6ACCD;">Add Cypress for both Unit and End-to-End testing? <span style="color:#888;">… <span style="color:#89DDFF;text-decoration:underline">No</span> / Yes</span></span>
3838
<span style="color:var(--vt-c-green);">✔</span> <span style="color:#A6ACCD;">Add ESLint for code quality? <span style="color:#888;">… <span style="color:#89DDFF;text-decoration:underline">No</span> / Yes</span></span>
39-
<span style="color:var(--vt-c-green);">✔</span> <span style="color:#A6ACCD;">Add Prettier for code formating? <span style="color:#888;">… <span style="color:#89DDFF;text-decoration:underline">No</span> / Yes</span></span>
39+
<span style="color:var(--vt-c-green);">✔</span> <span style="color:#A6ACCD;">Add Prettier for code formatting? <span style="color:#888;">… <span style="color:#89DDFF;text-decoration:underline">No</span> / Yes</span></span>
4040
<span></span>
4141
<span style="color:#A6ACCD;">Scaffolding project in ./<span style="color:#89DDFF;">&lt;</span><span style="color:#888;">your-project-name</span><span style="color:#89DDFF;">&gt;</span>...</span>
4242
<span style="color:#A6ACCD;">Done.</span></code></pre></div>

0 commit comments

Comments
 (0)