From 12cf6260f81da83bdc82480fc5e9426b583e6311 Mon Sep 17 00:00:00 2001 From: Alvarez <140459501+prestoalvarez@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:54:36 +0100 Subject: [PATCH] Minor documentation improvements: typo fix and slug update (#1412) * Update decomissioning-public-geth-archive-snapshots.md * Update basenames-onchainkit-tutorial.md --- .../notices/decomissioning-public-geth-archive-snapshots.md | 2 +- apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base-docs/docs/notices/decomissioning-public-geth-archive-snapshots.md b/apps/base-docs/docs/notices/decomissioning-public-geth-archive-snapshots.md index e219c40..5af3c8c 100644 --- a/apps/base-docs/docs/notices/decomissioning-public-geth-archive-snapshots.md +++ b/apps/base-docs/docs/notices/decomissioning-public-geth-archive-snapshots.md @@ -1,6 +1,6 @@ --- title: Decommissioning Public Geth Archive Snapshots -slug: /decomissioning-public-geth-archive-snapshots +slug: /decommissioning-public-geth-archive-snapshots description: Public Geth archive snapshots were decommissioned on December 15th, 2024. keywords: [ diff --git a/apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md b/apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md index 87e4e70..3bf6592 100644 --- a/apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md +++ b/apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md @@ -1,7 +1,7 @@ --- title: Basenames + OnchainKit Tutorial slug: /basenames-tutorial-with-onchainkit -description: 'A tutorial that teaches how to intergrate Basenames to your wagmi/viem App using OnchainKit' +description: 'A tutorial that teaches how to integrate Basenames to your wagmi/viem App using OnchainKit' author: hughescoin keywords: ['build on base', 'viem', 'wagmi', 'frontend', 'onchain app development'] tags: ['account abstraction']