Skip to content

Commit 1b5acd1

Browse files
committed
more doc typo
1 parent 000d6bf commit 1b5acd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/store/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface BaseAtom<T> extends Subscribable<T>, Readable<T> {
3737
* may return a cleanup function, which will be called when the atom is
3838
* unwatched.
3939
*
40-
* Returns an `cleanup` function which removes the `whileWatched` listener.
40+
* Returns a `cleanup` function which removes the `whileWatched` listener.
4141
*
4242
* This can be used to sync external resources into the atom, similar to
4343
* `useLayoutEffect` in React.

0 commit comments

Comments
 (0)