From: zqran <215244947@qq.com> Date: Sat, 10 Jun 2023 09:09:44 +0000 (+0800) Subject: chore: fix typo (#8392) X-Git-Tag: v3.3.5~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e78c223b30fb0ca8241661df77630cb178ea4382;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typo (#8392) --- diff --git a/packages/dts-test/README.md b/packages/dts-test/README.md index 2ac0b80ab8..197005a569 100644 --- a/packages/dts-test/README.md +++ b/packages/dts-test/README.md @@ -4,4 +4,4 @@ Tests Typescript types to ensure the types remain as expected. - This directory is included in the root `tsconfig.json`, where package imports are aliased to `src` directories, so in IDEs and the `pnpm check` script the types are validated against source code. -- When running `tsc` with `packages/dts-test/tsconfig.test.json`, packages are resolved using using normal `node` resolution, so the types are validated against actual **built** types. This requires the types to be built first via `pnpm build-types`. +- When running `tsc` with `packages/dts-test/tsconfig.test.json`, packages are resolved using normal `node` resolution, so the types are validated against actual **built** types. This requires the types to be built first via `pnpm build-types`.