diff --git a/web/packages/next/i18n.ts b/web/packages/next/i18n.ts index 046dcd5c11..cec28add94 100644 --- a/web/packages/next/i18n.ts +++ b/web/packages/next/i18n.ts @@ -285,7 +285,7 @@ export const pt = (s: string) => s; * not translated (and for some reason, are currently not meant to be), but * still are user visible. * - * It is the sibling of the {@link t} function provided by i18next. See also + * It is the sibling of the {@link t} function provided by i18next. * * See also: {@link pt}. */