Skip to content

Commit 510f953

Browse files
YiJing233himanshiLt
authored andcommitted
fix: spelling check
file: src/types/store.ts line: 38 description: change word ‘distinquishable’ to 'distinguishable'
1 parent f9ed6cb commit 510f953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ declare const $CombinedState: unique symbol
3535
* (i.e. not exported), and internally we never check its value. Since it's a
3636
* symbol property, it's not expected to be unumerable, and the value is
3737
* typed as always undefined, so its never expected to have a meaningful
38-
* value anyway. It just makes this type distinquishable from plain `{}`.
38+
* value anyway. It just makes this type distinguishable from plain `{}`.
3939
*/
4040
interface EmptyObject {
4141
readonly [$CombinedState]?: undefined

0 commit comments

Comments
 (0)