Skip to content

Commit 988d3d7

Browse files
committed
fix: string key
1 parent 9cbbaa9 commit 988d3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/developers/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const DevelopersPage = async ({
6767

6868
const quickstarts = [
6969
{
70-
description: t("page-developers-quickstart-2-description"),
70+
description: t("page-developers-quickstart-1-description"),
7171
command: "npx create-eth@latest",
7272
},
7373
{

0 commit comments

Comments
 (0)