aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2018-03-31 13:55:30 +0100
committerGitHub <noreply@github.com>2018-03-31 13:55:30 +0100
commitbc5149b3dea973937fb85aa85a1fb9293f50793f (patch)
treeb7ab89d1b2ff0fc5725df0660855e1885f5cdc73 /guides
parent5616c08401ddfbb43d2281c86247027316c28117 (diff)
parent77a7acafba11fccac8b4cf30a9ce62d43a9ac186 (diff)
downloadrails-bc5149b3dea973937fb85aa85a1fb9293f50793f.tar.gz
rails-bc5149b3dea973937fb85aa85a1fb9293f50793f.tar.bz2
rails-bc5149b3dea973937fb85aa85a1fb9293f50793f.zip
Merge pull request #32392 from yhirano55/capitalize_sentence_of_first_char_in_as_guide
[ci skip] Capitalize sentence of first char in AS guide
Diffstat (limited to 'guides')
-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 75ad343613..9bedeae5a2 100644
--- a/guides/source/active_support_core_extensions.md
+++ b/guides/source/active_support_core_extensions.md
@@ -29,7 +29,7 @@ Thus, after a simple require like:
require 'active_support'
```
-objects do not even respond to `blank?`. Let's see how to load its definition.
+Objects do not even respond to `blank?`. Let's see how to load its definition.
#### Cherry-picking a Definition