Skip to content

Commit ce1517e

Browse files
committed
Fix CHANGELOG typos
1 parent e414014 commit ce1517e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

actionpack/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
* Fix `ActionContoller::Live` to copy the IsolatedExecutionState in the ephemeral thread.
1+
* Fix `ActionController::Live` to copy the IsolatedExecutionState in the ephemeral thread.
22

3-
Since it's inception `ActionContoller::Live` has been copying thread local variables
3+
Since its inception `ActionController::Live` has been copying thread local variables
44
to keep things such as `CurrentAttributes` set from middlewares working in the controller action.
55

66
With the introduction of `IsolatedExecutionState` in 7.0, some of that global state was lost in
7-
`ActionContoller::Live` controllers.
7+
`ActionController::Live` controllers.
88

99
*Jean Boussier*
1010

0 commit comments

Comments
 (0)