From d19e1a50a2fe2c38981f60f4d0b339dd9ca0bb91 Mon Sep 17 00:00:00 2001 From: Dimitris Zorbas Date: Tue, 18 May 2021 22:21:23 +0100 Subject: [PATCH] Fix typo in resources.md --- guides/concepts/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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