Skip to content

Commit 742170f

Browse files
authored
restore correct spell
1 parent e3bb221 commit 742170f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/use-sync-external-store/src/useSyncExternalStoreExtra.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function useSyncExternalStoreExtra<Snapshot, Selection>(
5353
if (isEqual !== undefined) {
5454
// Even if the selector has changed, the currently rendered selection
5555
// may be equal to the new selection. We should attempt to reuse the
56-
// current value if possible, to preserve downstream memorizations.
56+
// current value if possible, to preserve downstream memoizations.
5757
if (inst.hasValue) {
5858
const currentSelection = inst.value;
5959
if (isEqual(currentSelection, nextSelection)) {

0 commit comments

Comments
 (0)