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 000d6bf commit 1b5acd1Copy full SHA for 1b5acd1
1 file changed
packages/store/src/types.ts
@@ -37,7 +37,7 @@ export interface BaseAtom<T> extends Subscribable<T>, Readable<T> {
37
* may return a cleanup function, which will be called when the atom is
38
* unwatched.
39
*
40
- * Returns an `cleanup` function which removes the `whileWatched` listener.
+ * Returns a `cleanup` function which removes the `whileWatched` listener.
41
42
* This can be used to sync external resources into the atom, similar to
43
* `useLayoutEffect` in React.
0 commit comments