docs(schema): fix typo (#2871)

This commit is contained in:
MrDizzystick 2022-01-24 02:30:50 -08:00 committed by GitHub
parent e0cf2d7b5d
commit a53246a1a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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