Skip to content

Commit 12eea3e

Browse files
committed
fix(spelling)
1 parent 5e1dd47 commit 12eea3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/(home)/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { BsGithub } from "react-icons/bs";
1010
import { useFetch } from "../components/hooks/use-fetch";
1111
import TypingCodeBlock from "../components/typing-code-block";
1212

13-
const lynxModules = ["NPC's", "Scoreboard", "Tab", "Easy Events", "ItemBuilder", "Logging", "Player Meta", "Sceduler"]
13+
const lynxModules = ["NPCs", "Scoreboard", "Tab", "Easy Events", "ItemBuilder", "Logging", "Player Meta", "Scheduler"]
1414

1515
type GitHubMember = {
1616
login: string
@@ -41,7 +41,7 @@ export default function HomePage() {
4141
<Divider />
4242

4343
<section id="mcplugins" className="mt-16 bg-radial from-rose-700/25 to-75% px-8 xl:px-0 to-transparent">
44-
<h1 className="text-5xl font-black mb-8 tracking-wider">Ours Solutions</h1>
44+
<h1 className="text-5xl font-black mb-8 tracking-wider">Our Solutions</h1>
4545

4646
<SplitMB
4747
className="my-16"
@@ -59,7 +59,7 @@ export default function HomePage() {
5959
title={(<p className="flex flex-row gap-4 items-center">Lynx <span className="text-base font-medium text-rose-200 h-fit px-4 py-0.5 rounded-full text-center bg-rose-800/50">Beta</span></p>)}
6060
description={(
6161
<div className="flex flex-col gap-2">
62-
<p>A general purpose api with efficient and powerful features to develop with less hassle.</p>
62+
<p>A general purpose API with efficient and powerful features to develop with less hassle.</p>
6363
<div className="flex flex-row flex-wrap gap-1">
6464
{lynxModules.map((m, i) => <span key={m} className="text-sm rounded bg-neutral-800 px-2 py-1">{m}</span>)}
6565
</div>

0 commit comments

Comments
 (0)