]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo (#8392)
authorzqran <215244947@qq.com>
Sat, 10 Jun 2023 09:09:44 +0000 (17:09 +0800)
committerGitHub <noreply@github.com>
Sat, 10 Jun 2023 09:09:44 +0000 (17:09 +0800)
packages/dts-test/README.md

index 2ac0b80ab811b5b1694d06875cf6ce02aa43ab9f..197005a5692ec07fe1053bcd75a75ec33dd0cca0 100644 (file)
@@ -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`.