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

Commit 9183f58

Browse files
committed
Grammar
1 parent eddfe62 commit 9183f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FirebaseArray.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
/**
357357
* Handles placement of recs in the array, sending notifications,
358358
* and other internals. Called by the $firebase synchronization process
359-
* after $$added, $$updated, $$moved, and $$removed
359+
* after $$added, $$updated, $$moved, and $$removed.
360360
*
361361
* @param {string} event one of child_added, child_removed, child_moved, or child_changed
362362
* @param {object} rec
@@ -383,7 +383,7 @@
383383
changed = true;
384384
break;
385385
default:
386-
throw new Error('Invalid event type ' + event);
386+
throw new Error('Invalid event type: ' + event);
387387
}
388388
if( angular.isDefined(pos) ) {
389389
// add it to the array

0 commit comments

Comments
 (0)