diff --git a/src/api/built-in-components.md b/src/api/built-in-components.md index d5c0b76e26..84a952afa7 100644 --- a/src/api/built-in-components.md +++ b/src/api/built-in-components.md @@ -244,9 +244,9 @@ Caches dynamically toggled components wrapped inside. - + - + ``` Usage with `max`: diff --git a/src/guide/quick-start.md b/src/guide/quick-start.md index a6545752d5..dc01406bea 100644 --- a/src/guide/quick-start.md +++ b/src/guide/quick-start.md @@ -36,7 +36,7 @@ This command will install and execute [create-vue](https://github.com/vuejs/crea Add Vitest for Unit testing? No / Yes Add Cypress for both Unit and End-to-End testing? No / Yes Add ESLint for code quality? No / Yes - Add Prettier for code formating? No / Yes + Add Prettier for code formatting? No / Yes Scaffolding project in ./<your-project-name>... Done.