diff options
author | Zachary Scott <e@zzak.io> | 2014-11-03 22:43:07 -0800 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-11-03 22:43:07 -0800 |
commit | e65e094a1deb7375c33ccca122c1ff90aac915a1 (patch) | |
tree | 4bdfe70babdcfd4197e157102ee0cca84f3b859f | |
parent | d73055025e3389beb9443c99aa3aee38e6345c49 (diff) | |
parent | 93258c528c78d7769d1b5cc70fff87d9171ae7b6 (diff) | |
download | rails-e65e094a1deb7375c33ccca122c1ff90aac915a1.tar.gz rails-e65e094a1deb7375c33ccca122c1ff90aac915a1.tar.bz2 rails-e65e094a1deb7375c33ccca122c1ff90aac915a1.zip |
Merge pull request #17488 from rishijain/update_docs_3
minor docs change [ci skip]
-rw-r--r-- | tools/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/README.md b/tools/README.md index 13be763dac..25ab798bd5 100644 --- a/tools/README.md +++ b/tools/README.md @@ -3,5 +3,5 @@ This is a collection of utilities used for Rails internal development. They aren't used by Rails apps directly. - * `console` drops you in irb and loads this local Rails repos - * `profile` profiles `Kernel#require` to help reduce startup times + * `console` drops you in irb and loads local Rails repos + * `profile` profiles `Kernel#require` to help reduce startup time |