Skip to content

Commit 7a8f174

Browse files
committed
small typo
1 parent 33388f6 commit 7a8f174

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

Lines changed: 1 addition & 1 deletion
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)