From a53246a1a42922b9eea9ceebc541a864dfccd6b2 Mon Sep 17 00:00:00 2001 From: MrDizzystick Date: Mon, 24 Jan 2022 02:30:50 -0800 Subject: [PATCH] docs(schema): fix typo (#2871) --- packages/schema/src/config/build.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schema/src/config/build.ts b/packages/schema/src/config/build.ts index 9c701aff1a..65f72cc304 100644 --- a/packages/schema/src/config/build.ts +++ b/packages/schema/src/config/build.ts @@ -436,7 +436,7 @@ export default { * Each item in transpile can be a package name, a function, a string or regex object matching the * dependency's file name. * - * Tou can also use a function to conditionally transpile, the function will receive a object ({ isDev, isServer, isClient, isModern, isLegacy }). + * You can also use a function to conditionally transpile. The function will receive an object ({ isDev, isServer, isClient, isModern, isLegacy }). * * @example * ```js