Skip to content

Commit 068acb1

Browse files
authored
docs: add missing bracket in type annotation
PR-URL: stdlib-js#12012 Reviewed-by: Athan Reines <kgryte@gmail.com> Closes: stdlib-js#11982
1 parent e2ef372 commit 068acb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/commitlint/prompt/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Custom prompt configuration.
2323
*
2424
* @name config
25-
* @type {Object
25+
* @type {Object}
2626
*/
2727
var config = {
2828
'questions': {}

0 commit comments

Comments
 (0)