diff options
author | Andrew White <andrew.white@unboxed.co> | 2018-03-31 14:26:28 +0100 |
---|---|---|
committer | Andrew White <andrew.white@unboxed.co> | 2018-03-31 14:26:28 +0100 |
commit | f4680e492331ccf205ca6cc77d9cdf12d315deb0 (patch) | |
tree | a43c51609c005e4c09e717606361a5aab34d308d /guides | |
parent | bc5149b3dea973937fb85aa85a1fb9293f50793f (diff) | |
download | rails-f4680e492331ccf205ca6cc77d9cdf12d315deb0.tar.gz rails-f4680e492331ccf205ca6cc77d9cdf12d315deb0.tar.bz2 rails-f4680e492331ccf205ca6cc77d9cdf12d315deb0.zip |
Revert "[ci skip] Capitalize sentence of first char in AS guide"
The text is a continuation of the sentence before the listing so
doesn't need to begin with a capital letter.
This reverts commit 77a7acafba11fccac8b4cf30a9ce62d43a9ac186.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/active_support_core_extensions.md | 2 |
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 9bedeae5a2..75ad343613 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 |