-
-
Notifications
You must be signed in to change notification settings - Fork 77
Docs: macOS capitalization consistency #1012
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: macOS capitalization consistency #1012
Conversation
This updates some of the wording on the install page for macOS to make it a little bit tighter and concise.
✅ Deploy Preview for crystal-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
We should add the configuration to --- i/_typos.toml
+++ w/_typos.toml
@@ -5,6 +5,7 @@ contextful = "contextful"
ba = "ba"
Flate = "Flate"
"Haß" = "Haß"
+MacOS = "macOS"
wrk = "wrk"
SEH = "SEH"
Packt = "Packt |
I have added this entry to the I also deleted the There are two |
|
Oh that duplicate should not be there: #1015 |
|
Ahh, I was wondering, but was unsure. Is there anything you want me to do on my end, or will you merge #1015 and I can fix the conflicts here? |
|
I've updated the capitalization of macOS in the Not too sure about the build one failing |
|
The build job failure is unrelated. |
|
@techne98 did you delete your fork intentionally? |
|
Hello, I accidentally deleted the wrong repository 🥲 |
|
No problem. |
This PR is in reference to #1010 and aims to create a consistent stylization of "macOS" in the install documentation.
Some pages and paragraphs use "MacOS", some use "macOS", and so this consolidates all references to "macOS", which is in line with Apple's current branding strategy.
It also makes some minor wording changes in the
install/on_mac_ospage to make the installation instructions feel a little tighter.I hope this helps.
Jack