Skip to content

Commit 0590e2c

Browse files
committed
[docs] Typo
1 parent 59f3ab8 commit 0590e2c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/types/docs/checkpoints.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -764,10 +764,8 @@
764764
* This method can be useful when a Store is being loaded via a Persister
765765
* asynchronously after the Checkpoints object has been attached, and you
766766
* don't want users to be able to undo the initial load of the data. In this
767-
* you could call the clear method immediately after the initial load so that
768-
* that is the baseline from which all subsequent changes are tracked.
769-
*
770-
* If you are listening to
767+
* case you could call the clear method immediately after the initial load so
768+
* that that is the baseline from which all subsequent changes are tracked.
771769
* @returns A reference to the Checkpoints object.
772770
* @example
773771
* This example creates a Store, a Checkpoints object, adds a listener, makes

0 commit comments

Comments
 (0)