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

Commit 9eacd1d

Browse files
committed
Merge pull request #257 from sanderboom/typos
Fixed some typos
2 parents 05a4783 + c5e659c commit 9eacd1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angularfire.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,15 @@
145145

146146
// Establish a 3-way data binding (implicit sync) with the specified
147147
// Firebase location and a model on $scope. To be used from a controller
148-
// to automatically synchronize *all* local changes. It take three
148+
// to automatically synchronize *all* local changes. It takes three
149149
// arguments:
150150
//
151151
// * `$scope` : The scope with which the bound model is associated.
152152
// * `name` : The name of the model.
153153
// * `defaultFn`: A function that provides a default value if the
154154
// remote value is not set. Optional.
155155
//
156-
// This function also returns a promise, which when resolve will be
156+
// This function also returns a promise, which, when resolved, will be
157157
// provided an `unbind` method, a function which you can call to stop
158158
// watching the local model for changes.
159159
object.$bind = function(scope, name, defaultFn) {

0 commit comments

Comments
 (0)