chore: typo (collab) - reconciliation.ts (#6447)

This commit is contained in:
Max Kovalenko 2023-04-19 13:18:03 -04:00 committed by GitHub
parent eea30da05a
commit 404a79e241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ export const reconcileElements = (
// Mark duplicate for removal as it'll be replaced with the remote element
if (local) {
// Unless the ramote and local elements are the same element in which case
// Unless the remote and local elements are the same element in which case
// we need to keep it as we'd otherwise discard it from the resulting
// array.
if (local[0] === remoteElement) {