Skip to content

Commit b34e530

Browse files
committed
s/strong/strict/
1 parent 2ad7a95 commit b34e530

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/immutable-nonambient.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* ## How to read these docs
2121
*
2222
* In order to better explain what kinds of values the Immutable.js API expects
23-
* and produces, this documentation is presented in a strong typed dialect of
23+
* and produces, this documentation is presented in a staticly typed dialect of
2424
* JavaScript (like [Flow][] or [TypeScript][]). You *don't need* to use these
2525
* type checking tools in order to use Immutable.js, however becoming familiar
2626
* with their syntax will help you get a deeper understanding of this API.

dist/immutable.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* ## How to read these docs
2121
*
2222
* In order to better explain what kinds of values the Immutable.js API expects
23-
* and produces, this documentation is presented in a strong typed dialect of
23+
* and produces, this documentation is presented in a staticly typed dialect of
2424
* JavaScript (like [Flow][] or [TypeScript][]). You *don't need* to use these
2525
* type checking tools in order to use Immutable.js, however becoming familiar
2626
* with their syntax will help you get a deeper understanding of this API.

type-definitions/Immutable.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* ## How to read these docs
2121
*
2222
* In order to better explain what kinds of values the Immutable.js API expects
23-
* and produces, this documentation is presented in a strong typed dialect of
23+
* and produces, this documentation is presented in a staticly typed dialect of
2424
* JavaScript (like [Flow][] or [TypeScript][]). You *don't need* to use these
2525
* type checking tools in order to use Immutable.js, however becoming familiar
2626
* with their syntax will help you get a deeper understanding of this API.

0 commit comments

Comments
 (0)