Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Dec 11, 2024
1 parent c4878b1 commit dcefd4c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/get-started/build/quickstart/app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dcefd4c

Please sign in to comment.