Skip to content

Commit 23ede83

Browse files
fix: typo in comment
1 parent fa5358f commit 23ede83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ export default class PlayPeer {
488488
value,
489489
updateValue
490490
});
491-
this.#handleArrayUpdate(key, operation, value, updateValue); // Optimistc update
491+
this.#handleArrayUpdate(key, operation, value, updateValue); // Optimistic update
492492
} catch (error) {
493493
console.error(ERROR_PREFIX + `Failed to send array update to host:`, error);
494494
this.#triggerEvent("error", `Failed to send array update to host: ${error}`);

0 commit comments

Comments
 (0)