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