Skip to content

Commit 8d24f85

Browse files
Matt MayerShinigami92
Matt Mayer
andauthored
Update src/modules/date/index.ts
Co-authored-by: Shinigami <[email protected]>
1 parent 850abc4 commit 8d24f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/date/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export class DateModule {
220220
*
221221
* @param options The optional options to use.
222222
* @param options.abbr Whether to return an abbreviation. Defaults to `false`.
223-
* @param options.context Whether to return the name of a month in the context of a date. In the default `en` locale this has no effect, however, in other locales like `fr` or `ru`, this may affect grammar or capitalization, for example `'январь'` with `{ context: false }` and `'января'` with `{ context: true } ` in `ru`. Defaults to `false`.
223+
* @param options.context Whether to return the name of a month in the context of a date. In the default `en` locale this has no effect, however, in other locales like `fr` or `ru`, this may affect grammar or capitalization, for example `'январь'` with `{ context: false }` and `'января'` with `{ context: true }` in `ru`. Defaults to `false`.
224224
*
225225
* @example
226226
* faker.date.month() // 'October'

0 commit comments

Comments
 (0)