We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ee068 commit 2a2b205Copy full SHA for 2a2b205
readme.md
@@ -23,7 +23,7 @@ Dependencies.
23
var trimTrailingLines = require('trim-trailing-lines');
24
```
25
26
-Trim line-breaks:
+Trim trailing newline characters:
27
28
```javascript
29
trimTrailingLines('foo\nbar'); // 'foo\nbar'
0 commit comments