Skip to content

Commit f3200a4

Browse files
committed
Typo: 'biding' -> 'binding'
1 parent 9d76c3a commit f3200a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Now let's add a map the `party-details.ng.html` , first add this HTML snippet to
1818

1919
{{> DiffBox tutorialName="angular-meteor" step="16.2"}}
2020

21-
Here we created the google-map directive with attributes for biding the center, handling events and zoom of the map.
21+
Here we created the google-map directive with attributes for binding the center, handling events and zoom of the map.
2222
So let's define those variables in our scope. Go to `partyDetails.js`.
2323

2424
Inside we will create the $scope.map variable to hold the properties on the map:

0 commit comments

Comments
 (0)