Skip to content

Commit

Permalink
Merge pull request #678 from thomkaufmann/patch-1
Browse files Browse the repository at this point in the history
small typo
  • Loading branch information
Urigo committed Sep 14, 2015
2 parents b0fcab4 + 7a8f174 commit a071266
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

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

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

0 comments on commit a071266

Please sign in to comment.