Skip to content

Commit

Permalink
Update index.tsx to fix grammar (#225)
Browse files Browse the repository at this point in the history
Change "at scales" to "at scale"
  • Loading branch information
clr-apache authored Jul 28, 2024
1 parent 90f8629 commit 43dbf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Head from '@docusaurus/Head';
export default function Home(): JSX.Element {
return (
<Layout
description="A Q&A platform software for teams at any scales. Whether it’s a community forum, help center, or knowledge management platform, you can always count on Answer.">
description="A Q&A platform software for teams at any scale. Whether it’s a community forum, help center, or knowledge management platform, you can always count on Answer.">
<Head>
<title>Apache Answer | Free Open-source Q&A Platform</title>
<meta data-rh="true" name="twitter:card" content="summary" />
Expand Down

0 comments on commit 43dbf5d

Please sign in to comment.