Skip to content

Commit 3e6e72d

Browse files
intlsiainnash
authored andcommitted
Fix Grammar Issues in Protocol SDK Documentation (#440)
* Corrected issues in protocol-deployments index.mdx and protocol-sdk introduction.mdx * Reverted 'interaction' back to 'interacting' in introduction.mdx as per request
1 parent ed86dda commit 3e6e72d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/pages/protocol-sdk/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Zora Protocol SDKs are a suite of typescript libraries and utilities that si
44

55
## Protocol Deployments Package
66

7-
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.
7+
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.
88

99
```ts twoslash
1010
import {

docs/pages/protocol-sdk/protocol-deployments/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Protocol Deployments Package
22

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

88
### Installation

0 commit comments

Comments
 (0)