fix: typos

This commit is contained in:
yiliang114
2023-03-09 23:13:17 +08:00
parent 1b6f8ebd88
commit ef3dbb5e11
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ export interface IOptimizeAMDTaskOpts {
languages?: Language[];
/**
* File contents interceptor
* @param contents The contens of the file
* @param contents The contents of the file
* @param path The absolute file path, always using `/`, even on Windows
*/
fileContentMapper?: (contents: string, path: string) => string;