1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Capitalize sentence of first char in AS guide

This commit is contained in:
Yoshiyuki Hirano 2018-03-31 20:52:11 +09:00
parent 798e7e9679
commit 77a7acafba

View file

@ -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