Skip to content

Commit 2a2b205

Browse files
committed
Fix typo in example
1 parent 22ee068 commit 2a2b205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Dependencies.
2323
var trimTrailingLines = require('trim-trailing-lines');
2424
```
2525

26-
Trim line-breaks:
26+
Trim trailing newline characters:
2727

2828
```javascript
2929
trimTrailingLines('foo\nbar'); // 'foo\nbar'

0 commit comments

Comments
 (0)