Skip to content

Commit 8a6d664

Browse files
committed
Fixes typos of typos "Recodhive" to "Recode Hive"
1 parent f261610 commit 8a6d664

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"typecheck": "tsc"
1616
},
1717
"dependencies": {
18-
"@docusaurus/core": "^3.8.1",
18+
"@docusaurus/core": "^3.9.1",
1919
"@docusaurus/plugin-content-docs": "3.8.1",
2020
"@docusaurus/plugin-google-analytics": "^3.8.1",
21-
"@docusaurus/plugin-ideal-image": "3.8.1",
22-
"@docusaurus/preset-classic": "^3.8.1",
23-
"@docusaurus/theme-classic": "^3.8.1",
24-
"@docusaurus/theme-mermaid": "3.8.1",
21+
"@docusaurus/plugin-ideal-image": "^3.9.1",
22+
"@docusaurus/preset-classic": "^3.9.1",
23+
"@docusaurus/theme-classic": "^3.9.1",
24+
"@docusaurus/theme-mermaid": "^3.9.1",
2525
"@docusaurus/theme-search-algolia": "3.8.1",
2626
"@floating-ui/react": "^0.27.8",
2727
"@giscus/react": "^3.1.0",

src/components/Community/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
3333
{
3434
stat: githubReposCount,
3535
statText: githubReposCountText,
36-
description: "Live public projects on RecodHive, demonstrating the power of open-source collaboration.",
36+
description: "Live public projects on Recode Hive, demonstrating the power of open-source collaboration.",
3737
href: "https://github.com/orgs/recodehive/repositories?q=visibility%3Apublic+archived%3Afalse",
3838
label: "Public Repositories"
3939
},
@@ -129,7 +129,7 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
129129
handleCardClick("https://github.com/recodehive");
130130
}
131131
}}
132-
title="Click to visit RecodHive GitHub Organization"
132+
title="Click to visit Recode Hive GitHub Organization"
133133
>
134134
<img
135135
className="landing-community__image"
@@ -138,7 +138,7 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
138138
loading="lazy"
139139
/>
140140
<div className="landing-community__info-text">
141-
Our developers are the core of RecodHive community. We take pride in
141+
Our developers are the core of Recode Hive community. We take pride in
142142
our{" "}
143143
<span className="landing-community__link">
144144
GitHub organization
@@ -147,7 +147,7 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
147147
<span className="landing-community__link">
148148
contributors and maintainers
149149
</span>{" "}
150-
powering RecodHive's growth.
150+
powering Recode Hive's growth.
151151
<div className="external-link-indicator">
152152
<span className="external-link-icon"></span>
153153
<small>Click to explore our GitHub</small>

0 commit comments

Comments
 (0)