aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRishi Jain <rishi@joshsoftware.com>2014-11-03 12:37:39 +0530
committerRishi Jain <rishi@joshsoftware.com>2014-11-03 12:37:39 +0530
commit93258c528c78d7769d1b5cc70fff87d9171ae7b6 (patch)
treec7cfd359344c4ee431b29da32025fc4ff001927c /tools
parentbadd616cc931dc64de2540d734f5e01000262c0f (diff)
downloadrails-93258c528c78d7769d1b5cc70fff87d9171ae7b6.tar.gz
rails-93258c528c78d7769d1b5cc70fff87d9171ae7b6.tar.bz2
rails-93258c528c78d7769d1b5cc70fff87d9171ae7b6.zip
minor docs change [ci skip]
Diffstat (limited to 'tools')
-rw-r--r--tools/README.md4
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