From: Domantas Bazys <58552481+DomantasBazys@users.noreply.github.com> Date: Sat, 10 Jun 2023 09:11:57 +0000 (+0300) Subject: chore: fix typo (#7692) X-Git-Tag: v3.3.5~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1941a25a421e23af4924f4809a016801c3dd2b12;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typo (#7692) --- diff --git a/.github/contributing.md b/.github/contributing.md index c535aa7f4e..0f37e3f8ed 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -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