Skip to content

Commit

Permalink
docs: Fix permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Oct 25, 2024
1 parent 4472ea1 commit aea4209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/usage/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ explicitly on a wrapping `NextIntlClientProvider`.

## Now value [#now]

When formatting [relative dates and times](/docs/usage/dates-times#formatting-relative-time), `next-intl` will format times in relation to a reference point in time that is referred to as "now". By default, this is the time a component renders.
When formatting [relative dates and times](/docs/usage/dates-times#relative-times), `next-intl` will format times in relation to a reference point in time that is referred to as "now". By default, this is the time a component renders.

If you prefer to override the default, you can provide an explicit value for `now`:

Expand Down

0 comments on commit aea4209

Please sign in to comment.