From 7c404cf164555880e4e6234fc58d2849d93a5511 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Thu, 21 Jul 2016 22:18:42 -0400 Subject: [PATCH] Fixes spelling typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e19220..7fab7e5 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ You can use the tsconfig.json file to configure your compiler and loader: `awesome-typescript-loader@2.x` aims to support only `typescript@2.x` and `webpack@2x`, if you need old compilers please use `1.x` or `0.x` versions. -## Advansed path resolution in TypeScript 2.0 +## Advanced path resolution in TypeScript 2.0 If you want to use new `paths` and `baseUrl` feature of TS 2.0 please include `TsConfigPathsPlugin`. This feature is available only for `webpack@2.1`. @@ -182,4 +182,4 @@ Skip declaration files typechecking. Use this only if you understand consequence ## Compiler options -You can pass compiler options inside loader query string or in tsconfig file. \ No newline at end of file +You can pass compiler options inside loader query string or in tsconfig file.