Skip to content

Commit bdd9e83

Browse files
authored
docs: @putout/plugin-tape: typo: shoulde -> should
1 parent 00836c5 commit bdd9e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-tape/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const test = require('supertape');
181181
test('some message', (t) => {
182182
const [error] = tryCatch(copymitter);
183183

184-
t.equal(error.message, 'from shoulde be a string!', 'should throw when no args');
184+
t.equal(error.message, 'from should be a string!');
185185
t.end();
186186
});
187187
```

0 commit comments

Comments
 (0)