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

Commit a103a60

Browse files
author
katowulf
authored
Merge pull request #873 from firebase/jw-firebase-typo
Fixed typo: firebase() to firebase
2 parents db69a40 + 13d6d31 commit a103a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/introduction-to-angularfire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ When working directly with the SDK, it's important to notify Angular's compiler
215215
been loaded:
216216

217217
```js
218-
var ref = firebase().database().ref();
218+
var ref = firebase.database().ref();
219219
ref.on("value", function(snapshot) {
220220
// This isn't going to show up in the DOM immediately, because
221221
// Angular does not know we have changed this in memory.

0 commit comments

Comments
 (0)