fix misspell

Signed-off-by: zhangrengao <zhangrengao1@huawei.com>
Change-Id: I6db14cbb7069b26c7008a1cf3ac2407194d21bd3
This commit is contained in:
zhangrengao
2022-07-28 15:23:32 +08:00
parent a1ade3a304
commit fa03855c07
+1 -1
View File
@@ -245,7 +245,7 @@ export const ESMODULE: string = 'esmodule';
export const JSBUNDLE: string = 'jsbundle';
export const ENTRY_TXT: string = 'entry.txt';
export const ARK: string = 'ark';
export const TEMPRARY: string = 'temporary';
export const TEMPORARY: string = 'temporary';
export const MAIN: string = 'main';
export const AUXILIARY: string = 'auxiliary';
export const ZERO: string = '0';