Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored and tmcw committed Oct 10, 2019
1 parent acf3cfb commit 3ecc358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ documentation.
* The JSDoc syntax exposes a powerful, standardized type syntax to, for example,
express parameter types like 'an array of strings'.
as `Array<String>`, and to support custom object types with inter-linking
* The [eslint valid-jsdoc rule](http://eslint.org/docs/rules/valid-jsdoc.html)
* The [eslint valid-jsdoc rule](https://eslint.org/docs/rules/valid-jsdoc.html)
makes it possible to require documentation as part of your linting step,
ensuring that new code doesn't lower documentation coverage.

Expand Down

0 comments on commit 3ecc358

Please sign in to comment.