Skip to content

Commit 13d8f09

Browse files
committed
Typo: 'droped in' -> 'dropped to'
1 parent f3200a4 commit 13d8f09

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
@@ -56,7 +56,7 @@ What happened here:
5656
* We added the click event to the map. Every time the user clicks the map, we take the location from the click event's params and save it as the party's new location.
5757
Notice that in the end we call $scope.$apply(); this is because that event comes outside of Angular and we need to let Angular know that something has change so it will run another $digest cycle.
5858
* We defined the options object under the marker to specify the marker is draggable.
59-
* We handled the dragend event that happens when the marker is droped in a new location. We take the location from the event's params and save it as the party's new location.
59+
* We handled the dragend event that happens when the marker is dropped to a new location. We take the location from the event's params and save it as the party's new location.
6060

6161
Again, with the great Meteor platform there is no need for sync or save function. We just set it and it syncs in all other clients.
6262

0 commit comments

Comments
 (0)