]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo (#7692)
authorDomantas Bazys <58552481+DomantasBazys@users.noreply.github.com>
Sat, 10 Jun 2023 09:11:57 +0000 (12:11 +0300)
committerGitHub <noreply@github.com>
Sat, 10 Jun 2023 09:11:57 +0000 (17:11 +0800)
.github/contributing.md

index c535aa7f4e6688974859a3085f17c260ac863cb1..0f37e3f8eda108e6401bfaf1583f780d32a22f8f 100644 (file)
@@ -261,7 +261,7 @@ import { h } from '@vue/runtime-core'
 This is made possible via several configurations:
 
 - For TypeScript, `compilerOptions.paths` in `tsconfig.json`
-- Vitest and Rollup share the sae set of aliases from `scripts/aliases.js`
+- Vitest and Rollup share the same set of aliases from `scripts/aliases.js`
 - For plain Node.js, they are linked using [PNPM Workspaces](https://pnpm.io/workspaces).
 
 ### Package Dependencies