mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Fix typos
This commit is contained in:
parent
70ffcf60fc
commit
409f9e0030
1 changed files with 2 additions and 2 deletions
|
@ -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.**
|
||||
|
||||
|
|
Loading…
Reference in a new issue