Skip to content

Commit 0ef7759

Browse files
committed
docs: update contributing guidelines
1 parent 81f2bd4 commit 0ef7759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Example:
167167
/**
168168
* @see faker.cat.random()
169169
*
170-
* @deprecated Use faker.cat.random() instead.
170+
* @deprecated Use `faker.cat.random()` instead.
171171
*/
172172
get cat() {
173173
deprecated({
@@ -216,7 +216,7 @@ JSDoc will be read and automatically processed by `generate:api-docs` and theref
216216
*
217217
* @since 7.5.0
218218
*
219-
* @deprecated Use faker.cat.random() instead.
219+
* @deprecated Use `faker.cat.random()` instead.
220220
*/
221221
function foo(options: { test: string } = {}): string {
222222
// implementation

0 commit comments

Comments
 (0)