Skip to content

Commit 3f13ac0

Browse files
committed
Grammar: 'binded' -> 'bound'
1 parent 50b4a16 commit 3f13ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.docs/angular-meteor/client/content/tutorials/angular1/steps/tutorial.step_16.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ Create a new file named parties.css inside a new folder called `styles` placed l
3232

3333
Now run the app and go to the party details page. You should see a new Google Map widget, but it doesn't do anything yet.
3434

35-
Let's add a marker that will be binded to the party's location.
35+
Let's add a marker that will be bound to the party's location.
3636

3737
Inside `party-details.ng.html`:
3838

3939
{{> DiffBox tutorialName="angular-meteor" step="16.5"}}
4040

4141
The ui-gmap-marker directive represents a marker inside the map. We use the following attributes:
4242

43-
* coords - where is the scope the marker location will be binded to.
43+
* coords - where is the scope the marker location will be bound to.
4444
* options - object that holds the marker options. We are going to use the draggable option.
4545
* events - handling the events on the marker. We will use the click event.
4646
* idKey - where in the scope there exists the unique id of the object that the marker represent.

0 commit comments

Comments
 (0)