From fdeb1336e3d7a96fccfe6343bb8fdd2184db47c0 Mon Sep 17 00:00:00 2001 From: IAMtheIAM Date: Tue, 15 Aug 2017 14:18:16 -0700 Subject: [PATCH] fix typo --- types/webpack/webpack-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/webpack/webpack-tests.ts b/types/webpack/webpack-tests.ts index 7db91f59d9..a95cb4ef86 100644 --- a/types/webpack/webpack-tests.ts +++ b/types/webpack/webpack-tests.ts @@ -611,7 +611,7 @@ function loader(this: webpack.loader.LoaderContext, source: string, sourcemap: s this.resolve('context', 'request', ( err: Error, result: string) => {}); - this.emitError('wraning'); + this.emitError('warning'); this.callback(null, source); }