Skip to content

Commit

Permalink
chore: apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored and xDivisionByZerox committed Jun 16, 2022
1 parent 272d8b8 commit 492d00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Example:
*/
get cat() {
deprecated({
deprecated: 'faker.animal.cat()',
deprecated: 'faker.animal.cat',
});
return 'cat';
}
Expand Down

0 comments on commit 492d00f

Please sign in to comment.