Skip to content

Commit c08c2bf

Browse files
chore: fix EditorConfig lint errors
PR-URL: #7365 Closes: #7361 Reviewed-by: Athan Reines <[email protected]>
1 parent 7a70890 commit c08c2bf

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/licenses/licenses

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/licenses/licenses/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var licenses = require( '@stdlib/_tools/licenses/licenses' );
3838

3939
#### licenses( \[options], clbk )
4040

41-
Reads installed package dependencies and extracts license information from `package.json` files.
41+
Reads installed package dependencies and extracts license information from `package.json` files.
4242

4343
```javascript
4444
licenses( onResults );

0 commit comments

Comments
 (0)