This is an automated email from the ASF dual-hosted git repository.
shuai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
The following commit(s) were added to refs/heads/main by this push:
new 43dbf5dec Update index.tsx to fix grammar (#225)
43dbf5dec is described below
commit 43dbf5deca6113a534903e21af8d0828fd0971a9
Author: Craig L Russell <[email protected]>
AuthorDate: Sun Jul 28 14:30:41 2024 +0800
Update index.tsx to fix grammar (#225)
Change "at scales" to "at scale"
---
src/pages/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 849d2b6ad..727990496 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -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" />