Skip to content

Commit

Permalink
Fixed typo (angular#304)
Browse files Browse the repository at this point in the history
Added missing paren
  • Loading branch information
davidarich authored and davideast committed Jul 6, 2016
1 parent c580d7f commit 832abb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3-retrieving-data-as-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The table below highlights some of the common methods on the `FirebaseObjectObse
| method | |
| ---------|--------------------|
| push(value: any) | Creates a new record on the list, using the Realtime Database's push-ids. |
| update(keyRefOrSnap: string | Firebase | AFUnwrappedSnapshot, value: Object) | Updates an existing item in the array. Accepts a key, database reference, or an unwrapped snapshot. |
| update(keyRefOrSnap: string) | Firebase | AFUnwrappedSnapshot, value: Object) | Updates an existing item in the array. Accepts a key, database reference, or an unwrapped snapshot. |
| remove(key: string?) | Deletes the item by key. If no parameter is provided, the entire list will be deleted. |

## Returning promises
Expand Down

0 comments on commit 832abb3

Please sign in to comment.