Skip to content

Commit

Permalink
Fix Grammar Issues in Protocol SDK Documentation (#440)
Browse files Browse the repository at this point in the history
* Corrected issues in protocol-deployments index.mdx and protocol-sdk introduction.mdx

* Reverted 'interaction' back to 'interacting' in introduction.mdx as per request
  • Loading branch information
intls authored and iainnash committed Sep 19, 2024
1 parent ed86dda commit 3e6e72d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pages/protocol-sdk/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Zora Protocol SDKs are a suite of typescript libraries and utilities that si

## Protocol Deployments Package

The [Protocol Deployments](/protocol-sdk/protocol-deployments) package provides contract abis, deployed addresses, and typescript types for the Zora Contracts. These bundled configs and abis can be used in conjunction with wagmi or viem to interact with the Zora contracts in typescript without needing to write any solidity.
The [Protocol Deployments](/protocol-sdk/protocol-deployments) package provides contract ABIs, deployed addresses, and typescript types for the Zora Contracts. These bundled configs and ABIs can be used in conjunction with wagmi or viem to interact with the Zora contracts in typescript without needing to write any solidity.

```ts twoslash
import {
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/protocol-sdk/protocol-deployments/index.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Protocol Deployments Package

`@zoralabs/protocol-deployments` is a typescript package that provides contract abis, deployed addresses,
`@zoralabs/protocol-deployments` is a typescript package that provides contract ABIs, deployed addresses,
and typescript types for the Zora contracts.
These bundled configs and abis can be used in conjunction with wagmi or viem to interact with the Zora contracts in
These bundled configs and ABIs can be used in conjunction with wagmi or viem to interact with the Zora contracts in
typescript.

### Installation
Expand Down

0 comments on commit 3e6e72d

Please sign in to comment.