From dcefd4c723c8505cfa8ab2d2b075246c6c1610a5 Mon Sep 17 00:00:00 2001 From: jlwllmr <95916148+jlwllmr@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:49:12 +0000 Subject: [PATCH] Some fixes --- docs/get-started/build/quickstart/app.mdx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/get-started/build/quickstart/app.mdx b/docs/get-started/build/quickstart/app.mdx index 0b87264eb..30bf89c21 100644 --- a/docs/get-started/build/quickstart/app.mdx +++ b/docs/get-started/build/quickstart/app.mdx @@ -12,9 +12,10 @@ is to create a frontend app that enables users to connect their wallet and inter ## Prerequisites -- A wallet that can connect to Linea Sepolia. We recommend [MetaMask](https://metamask.io/). -- Some Linea Sepolia ETH. Get some by heading to our [Discord server](https://discord.gg/linea) and -asking in the `#developer-chat` channel. +A wallet that can connect to Linea Sepolia. We recommend [MetaMask](https://metamask.io/). + +Get some Linea Sepolia ETH by heading to our [Discord server](https://discord.gg/linea) and asking +in the `#developer-chat` channel. ## Set up a Next.js app using Dynamic @@ -273,7 +274,7 @@ to click the button to refresh the data. #### Add counter component your app -Go back to your `page.tsx` and, alongside the existing import statemets, add a statement to import +Go back to your `page.tsx` and, alongside the existing import statements, add a statement to import the component you just created: ```tsx @@ -356,7 +357,7 @@ export default function Increment() { ### Add the increment component to your app -Go back to your `page.tsx` and, alongside the existing import statemets, add a statement to import +Go back to your `page.tsx` and, alongside the existing import statements, add a statement to import the component you just created: ```tsx