README.md in snake-eyes-1.0.0 vs README.md in snake-eyes-2.0.0
- old
+ new
@@ -30,10 +30,10 @@
end
```
### Dealing with nested params
-Once `snake_eyes_params` has been enabled for a controllor, `params` accepts an options hash, which can be used to specify which attributes should have the `_attributes` suffix appended.
+Once `snake_eyes_params` has been enabled for a controller, `params` accepts an options hash, which can be used to specify which attributes should have the `_attributes` suffix appended.
```ruby
class WithoutSnakeEyesController < ApplicationController
def show