File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ An object with any of the following keys set to an integer. Affects spacing:
30
30
- ` postTag ` - after the tag (e.g., ` * @param ` )
31
31
- ` postType ` - after the type (e.g., ` * @param {someType} ` )
32
32
- ` 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 ` )
34
34
35
35
If a spacing is not defined, it defaults to one.
36
36
Original file line number Diff line number Diff line change @@ -2056,7 +2056,7 @@ An object with any of the following keys set to an integer. Affects spacing:
2056
2056
- `postTag` - after the tag (e.g., `* @param `)
2057
2057
- `postType` - after the type (e.g., `* @param {someType} `)
2058
2058
- `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`)
2060
2060
2061
2061
If a spacing is not defined, it defaults to one.
2062
2062
You can’t perform that action at this time.
0 commit comments