diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2017-02-20 15:17:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-20 15:17:29 +0100 |
commit | 6c520b75286aa5969de427c5aa417061bd7c58bc (patch) | |
tree | 211a1843266d9e82a6fe20c43c2a9020ad90ea66 /guides/source/configuring.md | |
parent | 71da39097b67114329be6d8db7fe6911124531af (diff) | |
parent | 7718d470e9027fb1925237be65ba82f3ace660df (diff) | |
download | rails-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/configuring.md')
-rw-r--r-- | guides/source/configuring.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 251b038ec9..de921e2705 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -1308,7 +1308,7 @@ end Otherwise, in every request Rails walks the application tree to check if anything has changed. -On Linux and Mac OS X no additional gems are needed, but some are required +On Linux and macOS no additional gems are needed, but some are required [for *BSD](https://github.com/guard/listen#on-bsd) and [for Windows](https://github.com/guard/listen#on-windows). |