diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index c952f037a92209ccc31d8db0258313a78d6e6035..75650606685b94ba5cfc84fd30b398ac46002cd7 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -125,7 +125,7 @@ * Add a new line after the textarea opening tag. Closes #393 *Rafael Mendonça França* -* Always pass a respond block from to responder. We should let the responder to decide what to do with the given overridden response block, and not short circuit it. *sikachu* +* Always pass a respond block from to responder. We should let the responder decide what to do with the given overridden response block, and not short circuit it. *Prem Sichanugrist* * Fixes layout rendering regression from 3.2.2. *José Valim*