aboutsummaryrefslogtreecommitdiffstats
path: root/docs/STYLE_GUIDE.md
diff options
context:
space:
mode:
authoratouchet <alextouchet@outlook.com>2018-03-26 23:00:20 -0700
committeratouchet <alextouchet@outlook.com>2018-03-26 23:00:20 -0700
commit73a619359c7b4b60e2cba254ca1bf42a652bf9f8 (patch)
tree26a562077e313b20b55aed450dc63e0c0ce4ce10 /docs/STYLE_GUIDE.md
parent949a2ed552bb5b770958b2d2b15d5c69e26177ea (diff)
downloadservo-73a619359c7b4b60e2cba254ca1bf42a652bf9f8.tar.gz
servo-73a619359c7b4b60e2cba254ca1bf42a652bf9f8.zip
Change "OS X" to "macOS"
Diffstat (limited to 'docs/STYLE_GUIDE.md')
-rw-r--r--docs/STYLE_GUIDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/STYLE_GUIDE.md b/docs/STYLE_GUIDE.md
index b7a3e519b42..49f69e65855 100644
--- a/docs/STYLE_GUIDE.md
+++ b/docs/STYLE_GUIDE.md
@@ -13,7 +13,7 @@ Shell scripts should be written against bash, starting with this shebang:
#!/usr/bin/env bash
```
-Note that the version of bash available on OS X by default is quite old, so be
+Note that the version of bash available on macOS by default is quite old, so be
careful when using new features.
Scripts should enable a few options at the top for robustness: