From 4b49c975d8499674ca4f9d9ecb7f22ea651d4da0 Mon Sep 17 00:00:00 2001 From: Reacher Date: Thu, 30 Apr 2026 13:52:25 -0400 Subject: [PATCH] [Styler] Weekly style audit 2026-04-30: terminology fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - react-migration.mdx: 'Alchemy API Key' → 'Alchemy API key' (preferred form) - solana-subscription-api-endpoints.mdx: 'on-chain' → 'onchain' (preferred form) --- .../solana-subscription-api-endpoints.mdx | 2 +- content/wallets/wallet-integrations/privy/react-migration.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/api-reference/websockets/solana-subscription-api-endpoints/solana-subscription-api-endpoints.mdx b/content/api-reference/websockets/solana-subscription-api-endpoints/solana-subscription-api-endpoints.mdx index 276e3b528..cf65eaef6 100644 --- a/content/api-reference/websockets/solana-subscription-api-endpoints/solana-subscription-api-endpoints.mdx +++ b/content/api-reference/websockets/solana-subscription-api-endpoints/solana-subscription-api-endpoints.mdx @@ -7,7 +7,7 @@ slug: reference/solana-subscription-api-endpoints # Overview -Solana exposes a PubSub WebSocket API alongside its standard HTTP JSON-RPC. Each subscription opens a long-lived stream that pushes notifications when on-chain state changes (account data, program-owned accounts, transaction logs, signature status, slots, blocks, votes, and roots). +Solana exposes a PubSub WebSocket API alongside its standard HTTP JSON-RPC. Each subscription opens a long-lived stream that pushes notifications when onchain state changes (account data, program-owned accounts, transaction logs, signature status, slots, blocks, votes, and roots). Connect to the PubSub endpoint using your Alchemy WebSocket URL: diff --git a/content/wallets/wallet-integrations/privy/react-migration.mdx b/content/wallets/wallet-integrations/privy/react-migration.mdx index 0b4fc84e7..e70d19d55 100644 --- a/content/wallets/wallet-integrations/privy/react-migration.mdx +++ b/content/wallets/wallet-integrations/privy/react-migration.mdx @@ -14,7 +14,7 @@ After completing this migration, users will log in with Privy (wallet addresses ## Prerequisites -* **Alchemy API Key** — From the [Alchemy Dashboard](https://dashboard.alchemy.com/). Must be the same app that has your Smart Wallets configuration and gas policy linked. +* **Alchemy API key** — From the [Alchemy Dashboard](https://dashboard.alchemy.com/). Must be the same app that has your Smart Wallets configuration and gas policy linked. * **Gas Sponsorship Policy ID** — From the [Gas Manager dashboard](https://dashboard.alchemy.com/services/gas-manager/configuration). * A React app currently using Alchemy Account Kit (`@account-kit/react`).