Skip to content

Commit 410ac28

Browse files
Fix typos and grammar in documentation
- Fix infrastructure typo in metadata-builder.md - Fix grammar error in coins/index.mdx
1 parent f4eb7eb commit 410ac28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/pages/coins/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is the first time creators earn across posts, creators, and the platform. *
1212

1313
## How It Works
1414

15-
Every coin has a **backing currency** and trades through a dedicated Uniswap V4 pool that with a custom hook that:
15+
Every coin has a **backing currency** and trades through a dedicated Uniswap V4 pool with a custom hook that:
1616
- **Distributes rewards** to creators, referrers, and the protocol on every trade
1717
- **Preserves liquidity** by locking 33% of trading fees as permanent pool depth
1818
- **Converts fees** through multi-hop swaps to ensure all rewards are paid in ZORA

docs/pages/coins/sdk/metadata-builder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
The ZORA SDK supports handling metadata when using an SDK API key.
44

5-
This utilizes ZORA's internal IPFS pinning and delivery infastructure.
5+
This utilizes ZORA's internal IPFS pinning and delivery infrastructure.
66

7-
You are welcome to implement your own uploader or connect another IPFS provider to the uploader infastructure. You'll get performant uploads and more reliable metadata indexing using this service. You also can utilize a `multiUploader` interface to upload to both your own service and ZORA's service.
7+
You are welcome to implement your own uploader or connect another IPFS provider to the uploader infrastructure. You'll get performant uploads and more reliable metadata indexing using this service. You also can utilize a `multiUploader` interface to upload to both your own service and ZORA's service.
88

99
## Example Usage
1010

0 commit comments

Comments
 (0)