aboutsummaryrefslogtreecommitdiffstats
path: root/docs
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
parent949a2ed552bb5b770958b2d2b15d5c69e26177ea (diff)
downloadservo-73a619359c7b4b60e2cba254ca1bf42a652bf9f8.tar.gz
servo-73a619359c7b4b60e2cba254ca1bf42a652bf9f8.zip
Change "OS X" to "macOS"
Diffstat (limited to 'docs')
-rw-r--r--docs/HACKING_QUICKSTART.md2
-rw-r--r--docs/STYLE_GUIDE.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/HACKING_QUICKSTART.md b/docs/HACKING_QUICKSTART.md
index c417fa4f25b..69b99c419e6 100644
--- a/docs/HACKING_QUICKSTART.md
+++ b/docs/HACKING_QUICKSTART.md
@@ -153,7 +153,7 @@ A typical command might be:
… to avoid using too many threads and make things easier to understand.
-On OSX, you can add some Cocoa-specific debug options:
+On macOS, you can add some Cocoa-specific debug options:
``` shell
./mach run -d -- /tmp/a.html -- -NSShowAllViews YES
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: