We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f2bd4 commit 0ef7759Copy full SHA for 0ef7759
CONTRIBUTING.md
@@ -167,7 +167,7 @@ Example:
167
/**
168
* @see faker.cat.random()
169
*
170
- * @deprecated Use faker.cat.random() instead.
+ * @deprecated Use `faker.cat.random()` instead.
171
*/
172
get cat() {
173
deprecated({
@@ -216,7 +216,7 @@ JSDoc will be read and automatically processed by `generate:api-docs` and theref
216
217
* @since 7.5.0
218
219
220
221
function foo(options: { test: string } = {}): string {
222
// implementation
0 commit comments