Merge pull request #1221 from plan-do-break-fix/Typo-correction

fix(docs): corrects typo in project README
This commit is contained in:
Sean 2021-05-04 21:11:56 +02:00 committed by GitHub
commit b627a386d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -763,7 +763,7 @@ Article.ransack!(unknown_attr_eq: 'Ernie')
# ArgumentError: Invalid search term unknown_attr_eq
```
This is equivilent to the `ignore_unknown_conditions` configuration option,
This is equivalent to the `ignore_unknown_conditions` configuration option,
except it may be applied on a case-by-case basis.
### Using Scopes/Class Methods