From 410ac28b17bd2209d3068a2f957f09c5a46fe1b6 Mon Sep 17 00:00:00 2001 From: madisoncarter1234 Date: Mon, 27 Oct 2025 13:23:27 -0400 Subject: [PATCH] Fix typos and grammar in documentation - Fix infrastructure typo in metadata-builder.md - Fix grammar error in coins/index.mdx --- docs/pages/coins/index.mdx | 2 +- docs/pages/coins/sdk/metadata-builder.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/coins/index.mdx b/docs/pages/coins/index.mdx index b849b57d0..97b3a7bee 100644 --- a/docs/pages/coins/index.mdx +++ b/docs/pages/coins/index.mdx @@ -12,7 +12,7 @@ This is the first time creators earn across posts, creators, and the platform. * ## How It Works -Every coin has a **backing currency** and trades through a dedicated Uniswap V4 pool that with a custom hook that: +Every coin has a **backing currency** and trades through a dedicated Uniswap V4 pool with a custom hook that: - **Distributes rewards** to creators, referrers, and the protocol on every trade - **Preserves liquidity** by locking 33% of trading fees as permanent pool depth - **Converts fees** through multi-hop swaps to ensure all rewards are paid in ZORA diff --git a/docs/pages/coins/sdk/metadata-builder.md b/docs/pages/coins/sdk/metadata-builder.md index bd4b4966e..b92645190 100644 --- a/docs/pages/coins/sdk/metadata-builder.md +++ b/docs/pages/coins/sdk/metadata-builder.md @@ -2,9 +2,9 @@ The ZORA SDK supports handling metadata when using an SDK API key. -This utilizes ZORA's internal IPFS pinning and delivery infastructure. +This utilizes ZORA's internal IPFS pinning and delivery infrastructure. -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. +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. ## Example Usage