Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit ead7344

Browse files
committed
Merge pull request #722 from firebase/jw-error-message-typo
Fix typo in error message
2 parents 0f0cc2a + 64c9c75 commit ead7344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FirebaseArray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
});
146146
}
147147
else {
148-
return $firebaseUtils.reject('Invalid record; could determine key for '+indexOrItem);
148+
return $firebaseUtils.reject('Invalid record; could not determine key for '+indexOrItem);
149149
}
150150
},
151151

0 commit comments

Comments
 (0)