Skip to content

Commit e547b4a

Browse files
authored
fix: consistently use 'rather than' rather than 'instead of'. (#51)
1 parent 67ae7e7 commit e547b4a

File tree

280 files changed

+553
-553
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

280 files changed

+553
-553
lines changed

.vale/styles/Red-Hat-CCS/CheDocs/Attributes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
extends: substitution
33
ignorecase: true
44
level: error
5-
message: Use the attribute %s instead of '%s'.
5+
message: Use the attribute %s rather than '%s'.
66
scope: sentence
77
# scope: raw
88
# swap maps tokens in form of bad: good

.vale/styles/Red-Hat-CCS/CheDocs/InternalLinks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
extends: existence
33
ignorecase: false
44
level: error
5-
message: Use xref statement for internal links instead of '%s'
5+
message: Use xref statement for internal links rather than '%s'
66
scope: raw
77
tokens:
88
- '(link\:(?!h|\{|\:| |chrome\:\/\/|about\:preferences).*)'

.vale/styles/Red-Hat-CCS/CheDocs/Links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
extends: substitution
33
ignorecase: true
44
level: error
5-
message: Use '%s' instead of '%s.'
5+
message: Use '%s' rather than '%s.'
66
swap:
77
\slink\:https\://www.eclipse.org\S*\s: link:{site-baseurl}che-7/
88
\shttps\://www.eclipse.org\S*\s: link:{site-baseurl}che-7/

.vale/styles/Red-Hat-CCS/CheDocs/TechnicalTerms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
extends: substitution
33
ignorecase: false
44
level: error
5-
message: Use '%s' instead of '%s'
5+
message: Use '%s' rather than '%s'
66
scope: sentence
77
swap:
88
'\sContainer Registry': Red Hat Ecosystem Catalog

.vale/styles/Red-Hat-CCS/IBM/Foreign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extends: substitution
2-
message: "Use '%s' instead of '%s'."
2+
message: "Use '%s' rather than '%s'."
33
link: https://docs.microsoft.com/en-us/style-guide/word-choice/use-us-spelling-avoid-non-english-words
44
ignorecase: true
55
level: error

.vale/styles/Red-Hat-CCS/IBM/Latin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extends: substitution
2-
message: "Use '%s' instead of '%s'."
3-
link: 'https://www.ibm.com/developerworks/library/styleguidelines/index.html#wordlist'
2+
message: "Use '%s' rather than '%s'."
3+
link: "https://www.ibm.com/developerworks/library/styleguidelines/index.html#wordlist"
44
ignorecase: true
55
level: error
66
nonword: true

.vale/styles/Red-Hat-CCS/IBM/Terms.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
22
extends: substitution
3-
message: Consider using '%s' instead of '%s'
4-
link: 'https://www.ibm.com/developerworks/library/styleguidelines/index.html#wordlist'
3+
message: Consider using '%s' rather than '%s'
4+
link: "https://www.ibm.com/developerworks/library/styleguidelines/index.html#wordlist"
55
level: error
66
ignorecase: true
77
action:
88
name: replace
99
# swap maps tokens in form of bad: good
1010
swap:
11-
'(?:Ctrl|control)-click': press Ctrl and click
12-
'a lot(?: of)?': many|much
13-
'backward(?:-)?compatible': compatible with earlier versions
14-
'bottom(?:-)?left': lower left|lower-left
15-
'bottom(?:-)?right': lower right|lower-right
16-
'down(?:-)?level': earlier|previous|not at the latest level
17-
'mash(?: )?up': create
18-
'pop-up (?:blocker|killer)': software to block pop-up ad windows
19-
're(?:-)?occur': recur
20-
'sort(?:-|/)?merge': sort|merge
21-
'top(?:-)?left': upper left|upper right|upper-left|upper-right
22-
'top(?:-)?right': upper left|upper right|upper-left|upper-right
11+
"(?:Ctrl|control)-click": press Ctrl and click
12+
"a lot(?: of)?": many|much
13+
"backward(?:-)?compatible": compatible with earlier versions
14+
"bottom(?:-)?left": lower left|lower-left
15+
"bottom(?:-)?right": lower right|lower-right
16+
"down(?:-)?level": earlier|previous|not at the latest level
17+
"mash(?: )?up": create
18+
"pop-up (?:blocker|killer)": software to block pop-up ad windows
19+
"re(?:-)?occur": recur
20+
"sort(?:-|/)?merge": sort|merge
21+
"top(?:-)?left": upper left|upper right|upper-left|upper-right
22+
"top(?:-)?right": upper left|upper right|upper-left|upper-right
2323

2424
# These need to be implemented in a separate file since they include word
2525
# boundaries ('.').

.vale/styles/Red-Hat-CCS/IBM/Wordiness.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
extends: substitution
3-
message: Consider using '%s' instead of '%s'
3+
message: Consider using '%s' rather than '%s'
44
ignorecase: true
55
level: warning
66
source: PlainLanguage
@@ -73,7 +73,7 @@ swap:
7373
in a timely manner: timely
7474
in an effort to: to
7575
in between: between
76-
in lieu of: instead of
76+
in lieu of: rather than
7777
in many cases: often
7878
in most cases: usually
7979
in order to: to

.vale/styles/Red-Hat-CCS/IBM/Words.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
extends: substitution
3-
message: Use '%s' instead of '%s.'
3+
message: Use '%s' rather than '%s.'
44
level: error
55
ignorecase: true
66
source: PlainLanguage
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
extends: substitution
2-
message: "Use '%s' instead of '%s'."
2+
message: "Use '%s' rather than '%s'."
33
link: https://redhat-documentation.github.io/supplementary-style-guide/#AMD64
44
ignorecase: true
55
level: error
66
action:
77
name: replace
88
source: Red Hat
99
swap:
10-
Hammer|x86_64|x86-64|x64|64-bit x86 : AMD64
10+
Hammer|x86_64|x86-64|x64|64-bit x86: AMD64

0 commit comments

Comments
 (0)