diff options
author | atouchet <alextouchet@outlook.com> | 2018-03-26 23:00:20 -0700 |
---|---|---|
committer | atouchet <alextouchet@outlook.com> | 2018-03-26 23:00:20 -0700 |
commit | 73a619359c7b4b60e2cba254ca1bf42a652bf9f8 (patch) | |
tree | 26a562077e313b20b55aed450dc63e0c0ce4ce10 /docs/HACKING_QUICKSTART.md | |
parent | 949a2ed552bb5b770958b2d2b15d5c69e26177ea (diff) | |
download | servo-73a619359c7b4b60e2cba254ca1bf42a652bf9f8.tar.gz servo-73a619359c7b4b60e2cba254ca1bf42a652bf9f8.zip |
Change "OS X" to "macOS"
Diffstat (limited to 'docs/HACKING_QUICKSTART.md')
-rw-r--r-- | docs/HACKING_QUICKSTART.md | 2 |
1 files changed, 1 insertions, 1 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 |