diff options
author | yui-knk <spiketeika@gmail.com> | 2015-06-01 13:52:51 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2015-06-01 13:52:51 +0900 |
commit | 20ee4d0862a5cc3fa1979d59a839f61f6c0aba77 (patch) | |
tree | 79473939459abb304220329612c940884972644c /guides | |
parent | beadad4f30f66d7f2229fd3abc880dc537610cc3 (diff) | |
download | rails-20ee4d0862a5cc3fa1979d59a839f61f6c0aba77.tar.gz rails-20ee4d0862a5cc3fa1979d59a839f61f6c0aba77.tar.bz2 rails-20ee4d0862a5cc3fa1979d59a839f61f6c0aba77.zip |
[ci skip] Fix `above` -> `below`
Diffstat (limited to 'guides')
-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 |