diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2014-08-24 19:44:03 +0200 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2014-08-24 19:44:03 +0200 |
commit | 53cc3ab46bc0822a804b69e4ba05892e69982cac (patch) | |
tree | ac5656fd4618e990cf2145c6e7f7737e4430d90a /guides | |
parent | 7fc404ab0d7bf9c9866691ef78a8676ae7c4ce2b (diff) | |
download | rails-53cc3ab46bc0822a804b69e4ba05892e69982cac.tar.gz rails-53cc3ab46bc0822a804b69e4ba05892e69982cac.tar.bz2 rails-53cc3ab46bc0822a804b69e4ba05892e69982cac.zip |
Whoops, duplicated word [ci skip]
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 3a145d5cff..3d9ec578ae 100644 --- a/guides/source/development_dependencies_install.md +++ b/guides/source/development_dependencies_install.md @@ -261,7 +261,7 @@ and for OS X: $ createuser --superuser $USER ``` -Then you need to create create the test databases with +Then you need to create the test databases with ```bash $ cd activerecord |