Skip to content

Commit

Permalink
docs: fix grammar error in throw description
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Cheng <ericcheng9316@gmail.com>
  • Loading branch information
xDivisionByZerox and ejcheng authored Dec 3, 2023
1 parent 0480a34 commit 26a7eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/number/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export class NumberModule extends SimpleModuleBase {
* @param options.min Lower bound for generated bigint. Defaults to `0n`.
* @param options.max Upper bound for generated bigint. Defaults to `min + 999999999999999n`.
*
* @throws When `min` is greater to `max`.
* @throws When `min` is greater than `max`.
*
* @example
* faker.number.bigInt() // 55422n
Expand Down

0 comments on commit 26a7eb0

Please sign in to comment.