Skip to content

Commit 2dedddb

Browse files
ST-DDTFloEdelmann
andauthored
Apply suggestions from code review
Co-authored-by: Flo Edelmann <git@flo-edelmann.de>
1 parent 8570e6c commit 2dedddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/utils/regexp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('toRegExp()', () => {
4242
})
4343

4444
describe('toRegExpCheckGroup()', () => {
45-
it('should return a function missing inout', () => {
45+
it('should return a function missing input', () => {
4646
const groupMatcher = toRegExpGroupMatcher()
4747
assert.strictEqual(groupMatcher(''), false)
4848
assert.strictEqual(groupMatcher('foo'), false)

0 commit comments

Comments
 (0)