diff --git a/docs/contributing.md b/docs/contributing.md index f83756e9b6..b48d184507 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -63,3 +63,5 @@ and are denoted by a leading `/**` before terminating with a `*/`. For example: /** A simple JSDoc comment */ export const FOO = "foo"; ``` + +Find more at https://jsdoc.app/