aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/development_dependencies_install.md
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2017-02-20 15:17:29 +0100
committerGitHub <noreply@github.com>2017-02-20 15:17:29 +0100
commit6c520b75286aa5969de427c5aa417061bd7c58bc (patch)
tree211a1843266d9e82a6fe20c43c2a9020ad90ea66 /guides/source/development_dependencies_install.md
parent71da39097b67114329be6d8db7fe6911124531af (diff)
parent7718d470e9027fb1925237be65ba82f3ace660df (diff)
downloadrails-6c520b75286aa5969de427c5aa417061bd7c58bc.tar.gz
rails-6c520b75286aa5969de427c5aa417061bd7c58bc.tar.bz2
rails-6c520b75286aa5969de427c5aa417061bd7c58bc.zip
Merge pull request #28079 from ck3g/rename-osx-to-macos
Update Guides to use macOS instead of Mac OS X [ci skip]
Diffstat (limited to 'guides/source/development_dependencies_install.md')
-rw-r--r--guides/source/development_dependencies_install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md
index 16c7e782bc..7ec038eb4d 100644
--- a/guides/source/development_dependencies_install.md
+++ b/guides/source/development_dependencies_install.md
@@ -46,7 +46,7 @@ $ cd rails
The test suite must pass with any submitted code. No matter whether you are writing a new patch, or evaluating someone else's, you need to be able to run the tests.
-Install first SQLite3 and its development files for the `sqlite3` gem. Mac OS X
+Install first SQLite3 and its development files for the `sqlite3` gem. On macOS
users are done with:
```bash