Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Wenger committed May 24, 2016
1 parent 0f0cc2a commit 64c9c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FirebaseArray.js
Expand Up @@ -145,7 +145,7 @@
});
}
else {
return $firebaseUtils.reject('Invalid record; could determine key for '+indexOrItem);
return $firebaseUtils.reject('Invalid record; could not determine key for '+indexOrItem);
}
},

Expand Down

0 comments on commit 64c9c75

Please sign in to comment.