Skip to content

Commit f62f51a

Browse files
committed
docs: fix postHyphens -> postHyphen; fixes #984
1 parent 143d429 commit f62f51a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.README/rules/check-line-alignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ An object with any of the following keys set to an integer. Affects spacing:
3030
- `postTag` - after the tag (e.g., `* @param `)
3131
- `postType` - after the type (e.g., `* @param {someType} `)
3232
- `postName` - after the name (e.g., `* @param {someType} name `)
33-
- `postHyphens` - after any hyphens in the description (e.g., `* @param {someType} name - A description`)
33+
- `postHyphen` - after any hyphens in the description (e.g., `* @param {someType} name - A description`)
3434

3535
If a spacing is not defined, it defaults to one.
3636

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,7 @@ An object with any of the following keys set to an integer. Affects spacing:
20562056
- `postTag` - after the tag (e.g., `* @param `)
20572057
- `postType` - after the type (e.g., `* @param {someType} `)
20582058
- `postName` - after the name (e.g., `* @param {someType} name `)
2059-
- `postHyphens` - after any hyphens in the description (e.g., `* @param {someType} name - A description`)
2059+
- `postHyphen` - after any hyphens in the description (e.g., `* @param {someType} name - A description`)
20602060

20612061
If a spacing is not defined, it defaults to one.
20622062

0 commit comments

Comments
 (0)