diff --git a/guides/concepts/resources.md b/guides/concepts/resources.md index 5138962..2be2a0b 100644 --- a/guides/concepts/resources.md +++ b/guides/concepts/resources.md @@ -1489,7 +1489,7 @@ end * All hooks have `only/except` options, e.g. `before_attributes only: [:update]` * Most hooks can be called with an in-line block, or by passing a method -name (e.g. `before_attriubtes :do_something`). The exception is +name (e.g. `before_attributes :do_something`). The exception is `around_*` hooks, which *must* be called with a method name. When persisting multiple objects at once, we'll open a database