Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/checks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'lint, format, typecheck, build'

inputs:
skip-steps:
description: "Format is comma-seperated steps to skip. Example: 'build,typecheck'"
description: "Format is comma-separated steps to skip. Example: 'build,typecheck'"
required: false
default: ''

Expand Down
4 changes: 2 additions & 2 deletions pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Steps, Callout } from 'nextra/components'
Ethereum Identity Kit allows you to easily implement the Ethereum identity stack into your application.

<Callout type="info">
Ethereum Identity Kit is a React component library. Supprt for other frameworks coming soon.
Ethereum Identity Kit is a React component library. Support for other frameworks coming soon.
</Callout>

## Getting Started
Expand Down Expand Up @@ -52,7 +52,7 @@ Add the following to your `layout.tsx` or `_app.tsx` file:
import 'ethereum-identity-kit/css'
```

If you are using `dark` className prop to handle dark mode, componentss will automatically adapt to the color scheme of your application.
If you are using `dark` className prop to handle dark mode, components will automatically adapt to the color scheme of your application.

### You're all set!

Expand Down
2 changes: 1 addition & 1 deletion public/llms/complete/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10033,7 +10033,7 @@ The Redis cache is used by both the API and the ENS Worker to cache responses fo

Ethereum Identity Kit allows you to easily implement the Ethereum identity stack into your application.

> [!NOTE] **Ethereum Identity Kit is a React component library. Supprt for other frameworks coming soon.**
> [!NOTE] **Ethereum Identity Kit is a React component library. Support for other frameworks coming soon.**

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion public/llms/eik/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ The Redis cache is used by both the API and the ENS Worker to cache responses fo

Ethereum Identity Kit allows you to easily implement the Ethereum identity stack into your application.

> [!NOTE] **Ethereum Identity Kit is a React component library. Supprt for other frameworks coming soon.**
> [!NOTE] **Ethereum Identity Kit is a React component library. Support for other frameworks coming soon.**

## Getting Started

Expand Down