Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Commit

Permalink
Fixes spelling typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode authored Jul 22, 2016
1 parent f84c5ba commit 7c404cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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.
You can pass compiler options inside loader query string or in tsconfig file.

0 comments on commit 7c404cf

Please sign in to comment.