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