Skip to content

Commit 9bb2e4f

Browse files
authored
Merge pull request piotrwitek#80 from jakeboone02/patch-1
Fixed spelling error in _intro.md
2 parents b7ea840 + fd8c690 commit 9bb2e4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _"This guide is a **living compendium** documenting the most important patterns
1313
> _Now compatible with **TypeScript v2.8.3** (rewritten using conditional types)_ :tada:
1414
1515
### 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)
1717
- Make type annotations concise by eliminating redudancy in types using advanced TypeScript Language features like **Type Inference** and **Control flow analysis**
1818
- Reduce repetition and complexity of types with TypeScript focused [complementary libraries](#complementary-libraries)
1919

docs/markdown/_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _"This guide is a **living compendium** documenting the most important patterns
1313
> _Now compatible with **TypeScript v2.8.3** (rewritten using conditional types)_ :tada:
1414
1515
### 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)
1717
- Make type annotations concise by eliminating redudancy in types using advanced TypeScript Language features like **Type Inference** and **Control flow analysis**
1818
- Reduce repetition and complexity of types with TypeScript focused [complementary libraries](#complementary-libraries)
1919

0 commit comments

Comments
 (0)