Skip to content

Commit 9e245cf

Browse files
Update LandingPage.jsx (#413)
Fix 2 typos
1 parent fa5b785 commit 9e245cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/LandingPage.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ const features = [
338338
title: "Keyboard shortcuts",
339339
content: (
340340
<div>
341-
Speed up development with keyboard shortuts. See all available shortcuts
341+
Speed up development with keyboard shortcuts. See all available shortcuts
342342
<Link
343343
to={`${socials.docs}/shortcuts`}
344344
className="ms-1.5 text-blue-500 hover:underline"
@@ -354,7 +354,7 @@ const features = [
354354
title: "Templates",
355355
content: (
356356
<div>
357-
Start off with pre-built templates. Get a quick start or get inspirition
357+
Start off with pre-built templates. Get a quick start or get inspiration
358358
for your design.
359359
</div>
360360
),

0 commit comments

Comments
 (0)