From 2e6fbce74d4ac6b476f2167d06f111c8d832ae4e Mon Sep 17 00:00:00 2001 From: Thomas Schattschneider Date: Thu, 17 Feb 2022 15:58:53 +0100 Subject: [PATCH] fix: spelling mistake in utility-types.md Spelling mistake, `Rasuchmeyer` -> `Rauschmayer` --- docs/advanced/utility-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/utility-types.md b/docs/advanced/utility-types.md index fd145299..f58d1b80 100644 --- a/docs/advanced/utility-types.md +++ b/docs/advanced/utility-types.md @@ -8,7 +8,7 @@ We will assume knowledge of utility types covered in the sister project [`typesc If you intend to maintain a large TS codebase/a nontrivial React+TS library, **we strongly recommend exploring these utilities** so that you don't reinvent the wheel and/or lose sanity trying to do so. Studying their code can also teach you a lot of advanced TS that is not covered here. -I also recommend have a good working knowledge of how to construct the inbuilt utility types from scratch. See [Dr. Rasuchmeyer's guide](https://2ality.com/2020/06/computing-with-types.html) for a concise introduction. +I also recommend have a good working knowledge of how to construct the inbuilt utility types from scratch. See [Dr. Rauschmayer's guide](https://2ality.com/2020/06/computing-with-types.html) for a concise introduction. A level of comfort with **generic types** is therefore required. Here are some helpful resources: