From b13a34c07283ba874d7d714c0c41b1d58074dd58 Mon Sep 17 00:00:00 2001 From: panditdhamdhere Date: Thu, 2 Jan 2025 09:59:30 +0530 Subject: [PATCH] typo fixed --- docs/api/neon-api.mdx | 4 ++-- static/schemas/neon-api/v1/neon_getLogs/request.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/neon-api.mdx b/docs/api/neon-api.mdx index eb38ac1f..39b6fe5f 100644 --- a/docs/api/neon-api.mdx +++ b/docs/api/neon-api.mdx @@ -110,7 +110,7 @@ The method [neon_gasPrice](#get-neon-gas-price) returns data on gas price. - [neon_getLogs](#get-transaction-logs--): returns transaction log data - [neon_getTransactionReceipt](#get-transaction-receipt--): returns transaction receipt data - [neon_getSolanaTransactionByNeonTransaction](#get-solana-transactions--): returns a list of Solana transactions that correspond to a given Neon transaction -- [neon_emulate](#emulate-a-neon-transaction--): returns details of an emultated transaction +- [neon_emulate](#emulate-a-neon-transaction--): returns details of an emulated transaction ### 4. Parameters @@ -292,7 +292,7 @@ The `neon_getSolanaTransactionByNeonTransaction` method returns a list of Solana ## Emulate a Neon transaction 👷 -The `neon_emulate` method returns details of an emultated transaction. +The `neon_emulate` method returns details of an emulated transaction. diff --git a/static/schemas/neon-api/v1/neon_getLogs/request.json b/static/schemas/neon-api/v1/neon_getLogs/request.json index 4779ad6b..bd039e73 100644 --- a/static/schemas/neon-api/v1/neon_getLogs/request.json +++ b/static/schemas/neon-api/v1/neon_getLogs/request.json @@ -1,6 +1,6 @@ { "type": "object", - "description": "POST request to get detailed information around trasaction execution.", + "description": "POST request to get detailed information around transaction execution.", "required": [ "method", "jsonrpc",