Skip to content

Commit 62aeb09

Browse files
authored
Merge pull request #264 from rubocop-hq/andyw8/remove-callbacks-cmma
Remove unnecessary comma from callbacks guidance
2 parents 19b5e02 + e419b44 commit 62aeb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ end
605605

606606
=== Callbacks Order [[callbacks-order]]
607607

608-
Order callback declarations in the order, in which they will be executed.
608+
Order callback declarations in the order in which they will be executed.
609609
For reference, see https://guides.rubyonrails.org/active_record_callbacks.html#available-callbacks[Available Callbacks].
610610

611611
[source,Ruby]

0 commit comments

Comments
 (0)