From ee3ddad4d1794c1634678f07a4eec565474cd630 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sat, 29 Jun 2024 08:10:54 +0530 Subject: [PATCH] Fix --- web/packages/next/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}. */