Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 37f99d9

Browse files
committed
Changed dox to title case.
1 parent 67d38bc commit 37f99d9

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"@neogeek/eslint-config-standards"
44
],
55
"rules": {
6-
"capitalized-comments": 0,
76
"no-shadow": 0,
87
"no-useless-escape": 0,
98
"sort-keys": 0

DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ formatStringForUID('example string');
9292

9393
#### parser(content, filename)
9494

95-
dox parser for doxdox.
95+
Dox parser for doxdox.
9696

9797

9898

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const formatStringForUID = content =>
4242
.replace(/^-|-$/g, '');
4343

4444
/**
45-
* dox parser for doxdox.
45+
* Dox parser for doxdox.
4646
*
4747
* @example parser(content, 'index.js').then(methods => console.log(methods));
4848
* @param {String} content Contents of file.

0 commit comments

Comments
 (0)