diff options
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 |