From b0f85c66e5086c3e1b575ac3ea26021bf48dd8a2 Mon Sep 17 00:00:00 2001 From: Sharang Dashputre Date: Tue, 19 Feb 2019 16:41:22 +0530 Subject: Update active_record_callbacks.md [ci skip] Change 'happen' to a more technical term --- guides/source/active_record_callbacks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/active_record_callbacks.md b/guides/source/active_record_callbacks.md index 4568b467ef..bdd74ddcbc 100644 --- a/guides/source/active_record_callbacks.md +++ b/guides/source/active_record_callbacks.md @@ -340,7 +340,7 @@ end ### Combining Callback Conditions -When multiple conditions define whether or not a callback should happen, an `Array` can be used. Moreover, you can apply both `:if` and `:unless` to the same callback. +When multiple conditions define whether or not a callback should execute, an `Array` can be used. Moreover, you can apply both `:if` and `:unless` to the same callback. ```ruby class Comment < ApplicationRecord -- cgit v1.2.3