diff --git a/api-reference/queries/endpoint/query-object.mdx b/api-reference/queries/endpoint/query-object.mdx index 20774b4b..20493076 100644 --- a/api-reference/queries/endpoint/query-object.mdx +++ b/api-reference/queries/endpoint/query-object.mdx @@ -3,7 +3,7 @@ title: 'Overview' icon: "star" --- -These query management endspoints help you programmatically create and manage Dune SQL queries via the API, ideal for integration with GitHub or other CI/CD pipelines. +These query management endpoints help you programmatically create and manage Dune SQL queries via the API, ideal for integration with GitHub or other CI/CD pipelines. ### Queries diff --git a/data-catalog/community/ghostlogs/overview.mdx b/data-catalog/community/ghostlogs/overview.mdx index ab4109bc..a16ec951 100644 --- a/data-catalog/community/ghostlogs/overview.mdx +++ b/data-catalog/community/ghostlogs/overview.mdx @@ -8,7 +8,7 @@ description: Define and emit custom gasless events, replay historical transactio # GhostLogs [GhostLogs](https://ghostlogs.xyz) - add and emit gasless events from Smart Contracts. -GhostLogs is a tool that allows you to define and emit custom gasless events from Smart Contracts. Using these additonal events, you can replay historical transactions and automatically upload the data to Dune. This way, you can modify any deployed contract to emit gasless events and then export those logs to Dune tables. After that you'll be able to query and join with other native +GhostLogs is a tool that allows you to define and emit custom gasless events from Smart Contracts. Using these additional events, you can replay historical transactions and automatically upload the data to Dune. This way, you can modify any deployed contract to emit gasless events and then export those logs to Dune tables. After that you'll be able to query and join with other native tables to create dashboards. ## What are gasless events?