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

Commit a8c1585

Browse files
author
Jacob Wenger
committed
Merge pull request #528 from ikhattab/master
fixed typo in firebaseObject documentation
2 parents b7e76c2 + a434761 commit a8c1585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FirebaseObject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(function() {
22
'use strict';
33
/**
4-
* Creates and maintains a synchronized boject. This constructor should not be
4+
* Creates and maintains a synchronized object. This constructor should not be
55
* manually invoked. Instead, one should create a $firebase object and call $asObject
66
* on it: <code>$firebase( firebaseRef ).$asObject()</code>;
77
*

0 commit comments

Comments
 (0)