Skip to content

Commit

Permalink
Merge pull request #39 from harrigan/fix-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
JustinaPetr authored Nov 30, 2023
2 parents 3363528 + faa0ad7 commit 2378feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/homepage/get-started.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const FeatureList = [
items: [
{
url: "https://threebox.notion.site/Ceramic-Ecosystem-Directory-a3a7a58f81544d33ad3feb84368775d4",
text: "Explore the innovative projects and tools build on Ceramic Network.",
text: "Explore the innovative projects and tools built on Ceramic Network.",
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/homepage/start-building.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const FeatureList = [
{
title: 'ComposeDB',
items: [
{url: "docs/composedb/getting-started", text: "Build composable dApps using a decentralised grapqh database."},
{url: "docs/composedb/getting-started", text: "Build composable dApps using a decentralised graph database."},
]
},
{
Expand Down

0 comments on commit 2378feb

Please sign in to comment.