Skip to content

Commit d77d6c1

Browse files
authored
chore(docs): fix 'internalization' typo on home page (#2217)
1 parent 1e82dd7 commit d77d6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const Header = (): React.ReactElement => {
4242
/>
4343
<h1 className={clsx(styles.heroTitle)}>{siteConfig.tagline}</h1>
4444
<p className={"margin-bottom--lg"}>
45-
JavaScript library for internalization (i18n) of JavaScript projects. Supports React (including RSC and
45+
JavaScript library for internationalization (i18n) of JavaScript projects. Supports React (including RSC and
4646
React Native), Vue, Node.js, and more.
4747
</p>
4848

0 commit comments

Comments
 (0)