mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Fix typo
This commit is contained in:
parent
145d7592c0
commit
e8a0d48581
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
- Add `skip_authorization` and `skip_policy_scope` helpers.
|
||||
- Better errors when checking multiple permissions in RSpec tests.
|
||||
- Better errors in case `nil` is passed to `policy` or `policy_scope`.
|
||||
- Use `inpect` when printing object for better errors.
|
||||
- Use `inspect` when printing object for better errors.
|
||||
- Dropped official support for Ruby 1.9.3
|
||||
|
||||
## 0.3.0 (2014-08-22)
|
||||
|
|
Loading…
Reference in a new issue