diff options
author | Arun Agrawal <arunagw@gmail.com> | 2015-06-01 07:15:58 +0200 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2015-06-01 07:15:58 +0200 |
commit | efd3d20dd19e4fb1f5daa78a52ca83642953c92a (patch) | |
tree | 79473939459abb304220329612c940884972644c /guides/source | |
parent | beadad4f30f66d7f2229fd3abc880dc537610cc3 (diff) | |
parent | 20ee4d0862a5cc3fa1979d59a839f61f6c0aba77 (diff) | |
download | rails-efd3d20dd19e4fb1f5daa78a52ca83642953c92a.tar.gz rails-efd3d20dd19e4fb1f5daa78a52ca83642953c92a.tar.bz2 rails-efd3d20dd19e4fb1f5daa78a52ca83642953c92a.zip |
Merge pull request #20393 from yui-knk/fix/guide2
[ci skip] Fix `above` -> `below`
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/development_dependencies_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md index 989b29956c..4b10d005eb 100644 --- a/guides/source/development_dependencies_install.md +++ b/guides/source/development_dependencies_install.md @@ -21,7 +21,7 @@ The easiest and recommended way to get a development environment ready to hack i The Hard Way ------------ -In case you can't use the Rails development box, see section above, these are the steps to manually build a development box for Ruby on Rails core development. +In case you can't use the Rails development box, see section below, these are the steps to manually build a development box for Ruby on Rails core development. ### Install Git |