Skip to content

Commit

Permalink
docs: fix typo in pre-processors.md (#1743)
Browse files Browse the repository at this point in the history
  • Loading branch information
karstenkoehler committed Oct 26, 2020
1 parent e9e038d commit b1665ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/pre-processors.md
Expand Up @@ -222,7 +222,7 @@ module.exports = {
}
```

Configuration of TypeScipt can be done via `tsconfig.json`. Also see docs for [ts-loader](https://github.com/TypeStrong/ts-loader).
Configuration of TypeScript can be done via `tsconfig.json`. Also see docs for [ts-loader](https://github.com/TypeStrong/ts-loader).

## Pug

Expand Down

0 comments on commit b1665ab

Please sign in to comment.