Skip to content

Commit 00eeb71

Browse files
committed
'adequate number of' -> 'an adequate number of'
1 parent bc9215c commit 00eeb71

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Microsoft/Wordiness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ swap:
1111
a (?:large)? majority of: most
1212
a (?:large)? number of: many
1313
a myriad of: myriad
14-
adequate number of: enough
1514
adversely impact: hurt
1615
all across: across
1716
all of a sudden: suddenly
@@ -21,6 +20,7 @@ swap:
2120
almost all: most
2221
almost never: seldom
2322
along the lines of: similar to
23+
an adequate number of: enough
2424
an appreciable number of: many
2525
an estimated: about
2626
any and all: all

features/rules.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Feature: Rules
44
When I test "Accessibility"
55
Then the output should contain exactly:
66
"""
7-
test.md:3:110:Microsoft.Accessibility:Don't use language (such as 'able-bodied') that defines people by their disability.
7+
test.md:3:110:Microsoft.Accessibility:Don't use language (such as 'able-bodied') that defines people by their disability.
88
test.md:5:24:Microsoft.Accessibility:Don't use language (such as 'crippled') that defines people by their disability.
99
"""
1010

@@ -46,7 +46,7 @@ test.md:3:110:Microsoft.Accessibility:Don't use language (such as 'able-bodied')
4646
test.md:5:34:Microsoft.ComplexWords:Consider using 'plenty' instead of 'abundance'.
4747
test.md:7:8:Microsoft.Adverbs:Consider removing 'very'.
4848
test.md:9:1:Microsoft.FirstPerson:Use first person (such as 'I') sparingly.
49-
test.md:9:27:Microsoft.Wordiness:Consider using 'enough' instead of 'adequate number of'.
49+
test.md:9:27:Microsoft.Wordiness:Consider using 'enough' instead of 'an adequate number of'.
5050
test.md:11:9:Microsoft.Vocab:Verify your use of 'ensure' with the A-Z word list.
5151
test.md:17:1:Microsoft.FirstPerson:Use first person (such as 'I') sparingly.
5252
test.md:19:13:Microsoft.FirstPerson:Use first person (such as 'me') sparingly.

fixtures/Terms/test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Do this and/or that. There is an abundance of food.
66

77
That's very exciting news!
88

9-
I did that too. There was adequate number of people.
9+
I did that too. There was an adequate number of people.
1010

1111
Did you ensure that it works?
1212

0 commit comments

Comments
 (0)