Skip to content

Commit 3ecc358

Browse files
colifftmcw
authored andcommitted
1 parent acf3cfb commit 3ecc358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ documentation.
5252
* The JSDoc syntax exposes a powerful, standardized type syntax to, for example,
5353
express parameter types like 'an array of strings'.
5454
as `Array<String>`, and to support custom object types with inter-linking
55-
* The [eslint valid-jsdoc rule](http://eslint.org/docs/rules/valid-jsdoc.html)
55+
* The [eslint valid-jsdoc rule](https://eslint.org/docs/rules/valid-jsdoc.html)
5656
makes it possible to require documentation as part of your linting step,
5757
ensuring that new code doesn't lower documentation coverage.
5858

0 commit comments

Comments
 (0)