Fix typos

This commit is contained in:
Jonas Nicklas 2016-11-04 13:35:16 +01:00
parent 70ffcf60fc
commit 409f9e0030
1 changed files with 2 additions and 2 deletions

View File

@ -318,8 +318,8 @@ class ApplicationController < ActionController::Base
end
```
**This verification mechanism only exists to aid you while developing you
application, so you don't forget to call `authorize`. If is not some kind of
**This verification mechanism only exists to aid you while developing your
application, so you don't forget to call `authorize`. It is not some kind of
failsafe mechanism or authorization mechanism. You should be able to remove
these filters without affecting how your app works in any way.**