aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_support_core_extensions.md
diff options
context:
space:
mode:
authorGeorge Millo <georgejulianmillo@gmail.com>2014-11-17 15:26:33 +0700
committerGeorge Millo <georgejulianmillo@gmail.com>2014-11-17 15:31:39 +0700
commit6f57e1240eed636a6f47f131a9f39360e28a80c4 (patch)
tree596ad8d718b4f437116a323b3113e213cee5c1a1 /guides/source/active_support_core_extensions.md
parent3a804aab9557efd1f1f3b68a5d1e9e3c2f37df20 (diff)
downloadrails-6f57e1240eed636a6f47f131a9f39360e28a80c4.tar.gz
rails-6f57e1240eed636a6f47f131a9f39360e28a80c4.tar.bz2
rails-6f57e1240eed636a6f47f131a9f39360e28a80c4.zip
Minor English fixes in docs [ci skip]
Diffstat (limited to 'guides/source/active_support_core_extensions.md')
-rw-r--r--guides/source/active_support_core_extensions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_support_core_extensions.md b/guides/source/active_support_core_extensions.md
index f6f96b79c6..616b813817 100644
--- a/guides/source/active_support_core_extensions.md
+++ b/guides/source/active_support_core_extensions.md
@@ -1011,7 +1011,7 @@ self.default_params = {
}.freeze
```
-They can be also accessed and overridden at the instance level.
+They can also be accessed and overridden at the instance level.
```ruby
A.x = 1