diff options
author | Yoshiyuki Hirano <yhirano@me.com> | 2018-03-31 20:52:11 +0900 |
---|---|---|
committer | Yoshiyuki Hirano <yhirano@me.com> | 2018-03-31 20:52:11 +0900 |
commit | 77a7acafba11fccac8b4cf30a9ce62d43a9ac186 (patch) | |
tree | 9cb6db43b68ea0bc363f97709193f40193946653 /guides | |
parent | 798e7e9679662683896bfc8d64abdc13c832f261 (diff) | |
download | rails-77a7acafba11fccac8b4cf30a9ce62d43a9ac186.tar.gz rails-77a7acafba11fccac8b4cf30a9ce62d43a9ac186.tar.bz2 rails-77a7acafba11fccac8b4cf30a9ce62d43a9ac186.zip |
[ci skip] Capitalize sentence of first char in AS guide
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 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 |