Skip to content

Commit a071266

Browse files
committed
Merge pull request #678 from thomkaufmann/patch-1
small typo
2 parents b0fcab4 + 7a8f174 commit a071266

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_14.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
In this step we will learn how to use Meteor methods and how angular-meteor enhances them with the support of promises.
55

6-
Meteor methods are a way to perform more complex logic then the allow method does.
6+
Meteor methods are a way to perform more complex logic than the allow method does.
77
The Meteor methods are responsible for checking permissions, just like the allow method does.
88

99
In our case, we will create an invite method that invites a user to a party.

0 commit comments

Comments
 (0)