From 15ad3fcd5ff62e39c702d0d9e7021a3477561805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karsten=20K=C3=B6hler?= Date: Wed, 21 Oct 2020 15:19:06 +0200 Subject: [PATCH] fix typo in pre-processors.md --- docs/guide/pre-processors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/pre-processors.md b/docs/guide/pre-processors.md index d4cb42d13..432364458 100644 --- a/docs/guide/pre-processors.md +++ b/docs/guide/pre-processors.md @@ -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