1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00

Fix typos

This commit is contained in:
Jonas Nicklas 2016-11-04 13:35:16 +01:00
parent 70ffcf60fc
commit 409f9e0030

View file

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