diff options
author | Alfonso Jiménez <me@alfie.cat> | 2018-11-20 16:36:47 +0100 |
---|---|---|
committer | Alfonso Jiménez <me@alfie.cat> | 2018-11-20 16:36:47 +0100 |
commit | d8611eba352ebc455c380f8e178a0f885420cc25 (patch) | |
tree | 371dd7fe998cd34c584392d22e6bf514a8fe419b /guides | |
parent | 273292b8f1dca9108dddd032b7fc09c69c630fc1 (diff) | |
download | rails-d8611eba352ebc455c380f8e178a0f885420cc25.tar.gz rails-d8611eba352ebc455c380f8e178a0f885420cc25.tar.bz2 rails-d8611eba352ebc455c380f8e178a0f885420cc25.zip |
Fix typo in development_dependencies_install.md [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 d52946be08..b3baf726e3 100644 --- a/guides/source/development_dependencies_install.md +++ b/guides/source/development_dependencies_install.md @@ -156,7 +156,7 @@ To install all run: # portmaster databases/redis ``` -Or install everyting through ports (these packages are located under the +Or install everything through ports (these packages are located under the `databases` folder). NOTE: If you run into troubles during the installation of MySQL, please see |