You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ _"This guide is a **living compendium** documenting the most important patterns
13
13
> _Now compatible with **TypeScript v2.8.3** (rewritten using conditional types)_:tada:
14
14
15
15
### Goals
16
-
- Complete type safety (with [`--strict`](https://www.typescriptlang.org/docs/handbook/compiler-options.html) flag) without loosing type information downstream through all the layers of our application (e.g. no type assertions or hacking with `any` type)
16
+
- Complete type safety (with [`--strict`](https://www.typescriptlang.org/docs/handbook/compiler-options.html) flag) without losing type information downstream through all the layers of our application (e.g. no type assertions or hacking with `any` type)
17
17
- Make type annotations concise by eliminating redudancy in types using advanced TypeScript Language features like **Type Inference** and **Control flow analysis**
18
18
- Reduce repetition and complexity of types with TypeScript focused [complementary libraries](#complementary-libraries)
Copy file name to clipboardExpand all lines: docs/markdown/_intro.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ _"This guide is a **living compendium** documenting the most important patterns
13
13
> _Now compatible with **TypeScript v2.8.3** (rewritten using conditional types)_:tada:
14
14
15
15
### Goals
16
-
- Complete type safety (with [`--strict`](https://www.typescriptlang.org/docs/handbook/compiler-options.html) flag) without loosing type information downstream through all the layers of our application (e.g. no type assertions or hacking with `any` type)
16
+
- Complete type safety (with [`--strict`](https://www.typescriptlang.org/docs/handbook/compiler-options.html) flag) without losing type information downstream through all the layers of our application (e.g. no type assertions or hacking with `any` type)
17
17
- Make type annotations concise by eliminating redudancy in types using advanced TypeScript Language features like **Type Inference** and **Control flow analysis**
18
18
- Reduce repetition and complexity of types with TypeScript focused [complementary libraries](#complementary-libraries)
0 commit comments