[ci skip] Fix spelling that's a bit of an overreach.

This commit is contained in:
Kasper Timm Hansen 2017-05-27 14:34:53 +02:00
parent 9dc1871acb
commit 3a131b6c00

@ -1,6 +1,6 @@
module ActiveSupport
# Abstract super class that provides a thread-isolated attributes singleton, which resets automatically
# before and after reach request. This allows you to keep all the per-request attributes easily
# before and after each request. This allows you to keep all the per-request attributes easily
# available to the whole system.
#
# The following full app-like example demonstrates how to use a Current class to