Skip to content

Commit

Permalink
Reverted 'interaction' back to 'interacting' in introduction.mdx as p…
Browse files Browse the repository at this point in the history
…er request
  • Loading branch information
intls committed Sep 1, 2024
1 parent e062cb3 commit d9c5433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/protocol-sdk/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Zora Protocol SDKs

The Zora Protocol SDKs are a suite of typescript libraries and utilities that simplify interaction with the Zora protocol contracts.
The Zora Protocol SDKs are a suite of typescript libraries and utilities that simplify interacting with the Zora protocol contracts.

## Protocol Deployments Package

Expand All @@ -17,7 +17,7 @@ import {

## Protocol SDK

The Protocol SDK is a typescript package that simplifies interaction with the Zora protocol by generating required transactions for our contracts.
The Protocol SDK is a typescript package that simplifies interacting with the Zora protocol by generating required transactions for our contracts.

```ts twoslash
import { zora } from "viem/chains";
Expand Down

0 comments on commit d9c5433

Please sign in to comment.