-
Notifications
You must be signed in to change notification settings - Fork 20
daobrien/457 vale check #464
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
Conversation
daobrien
commented
Feb 3, 2023
- Working on Run Vale over the style guide Part 3 #457 Run Vale of the style guide part 3.
- Closes Run Vale over the style guide Part 3 #457 Run Vale over the style guide, part 3.
@@ -111,17 +116,14 @@ | |||
<term>number sign</term> | |||
<listitem> | |||
<para> | |||
Generally, use "number sign" to refer to the # character. Alternatively, use "hash" to refer to a hashtag in social media, or to refer to Secure Hash Algorithm (see <xref linkend="sha" />), or when writing exclusively for a European audience. You can instead use "pound sign" when writing exclusively for a North American audience, if "number sign" is not appropriate for the context. | |||
Generally, use "number sign" to refer to the # character. | |||
Or, use "hash" to refer to a hashtag in social media, or to refer to Secure Hash Algorithm (see <xref linkend="sha" />), or when writing exclusively for a European audience. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know that Microsoft advises otherwise, but I don't much like this word replacement at the start of this sentence, which results in a sentence in the format "Or A, or B, or C".
@@ -244,10 +249,11 @@ | |||
<term>open source way</term> | |||
<listitem> | |||
<para> | |||
A phrase that was coined by the Red Hat community and adopted by opensource.com in 2009. It is a reference to an "open source method", as in "Let's develop this project the open source way." | |||
A phrase that was coined by the Red Hat community and adopted by opensource.com in 2009. | |||
It is a reference to an "open source method", as in "Let's develop this project the open source way." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given our guidance to avoid contractions, we should avoid them here in a quoted example.
@@ -109,12 +112,11 @@ | |||
<term>plug-in</term> | |||
<listitem> | |||
<para> | |||
<emphasis>n.</emphasis> Write hyphenated. Do not use "plugin". | |||
<emphasis>n.</emphasis> Write hyphenated. | |||
Do not use "plugin". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although some product terminology uses "plugin", and the CCS Supplementary Style Guide now defines the unhyphenated form as the standard.
Fixed the spurious space. The other comments are outside the scope of this PR. |