We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ed6cb commit 510f953Copy full SHA for 510f953
src/types/store.ts
@@ -35,7 +35,7 @@ declare const $CombinedState: unique symbol
35
* (i.e. not exported), and internally we never check its value. Since it's a
36
* symbol property, it's not expected to be unumerable, and the value is
37
* typed as always undefined, so its never expected to have a meaningful
38
- * value anyway. It just makes this type distinquishable from plain `{}`.
+ * value anyway. It just makes this type distinguishable from plain `{}`.
39
*/
40
interface EmptyObject {
41
readonly [$CombinedState]?: undefined
0 commit comments