From ed9a9259589f4f2b73c1131d30f898f8cdaa0820 Mon Sep 17 00:00:00 2001 From: Lisa Gunn Date: Tue, 16 Jan 2024 14:28:34 -0800 Subject: [PATCH] Fix typos, menu --- .../build/guides/election-dapp-tutorial/add-admin-account.md | 2 +- .../docs/src/docs/build/guides/election-dapp-tutorial/index.md | 2 +- .../guides/election-dapp-tutorial/prepare-your-workspace.md | 2 +- .../guides/election-dapp-tutorial/start-a-local-blockchain.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/apps/docs/src/docs/build/guides/election-dapp-tutorial/add-admin-account.md b/packages/apps/docs/src/docs/build/guides/election-dapp-tutorial/add-admin-account.md index d464b67bfc..5c4639a18c 100644 --- a/packages/apps/docs/src/docs/build/guides/election-dapp-tutorial/add-admin-account.md +++ b/packages/apps/docs/src/docs/build/guides/election-dapp-tutorial/add-admin-account.md @@ -1,6 +1,6 @@ --- title: "Add an administrator account" -description: "Create an administrative account for the election application to control access to specific functions." +description: "Create an administrative account for the election application to control access to the election application and specific functions." menu: "Workshop: Election application" label: "Add administrator account" order: 3 diff --git a/packages/apps/docs/src/docs/build/guides/election-dapp-tutorial/index.md b/packages/apps/docs/src/docs/build/guides/election-dapp-tutorial/index.md index 2e38e3468d..cd3710c481 100644 --- a/packages/apps/docs/src/docs/build/guides/election-dapp-tutorial/index.md +++ b/packages/apps/docs/src/docs/build/guides/election-dapp-tutorial/index.md @@ -3,7 +3,7 @@ title: 'Workshop: Build an election application' description: Learn how to build a decentralized application that registers votes on the Kadena blockchain. -menu: 'Workshop: Build an election application' +menu: 'Workshop: Election application' label: Welcome order: 3 layout: full diff --git a/packages/apps/docs/src/docs/build/guides/election-dapp-tutorial/prepare-your-workspace.md b/packages/apps/docs/src/docs/build/guides/election-dapp-tutorial/prepare-your-workspace.md index b1b4eac152..5c3d2d4425 100644 --- a/packages/apps/docs/src/docs/build/guides/election-dapp-tutorial/prepare-your-workspace.md +++ b/packages/apps/docs/src/docs/build/guides/election-dapp-tutorial/prepare-your-workspace.md @@ -1,6 +1,6 @@ --- title: "Prepare your workspace" -description: "Get stated with the Election workshop by downloading project code and exploring the directories and application frontend." +description: "Get started with the Election workshop by downloading project code and exploring the directories and application frontend." menu: "Workshop: Election application" label: "Prepare your workspace" order: 1 diff --git a/packages/apps/docs/src/docs/build/guides/election-dapp-tutorial/start-a-local-blockchain.md b/packages/apps/docs/src/docs/build/guides/election-dapp-tutorial/start-a-local-blockchain.md index afa2efc5a3..dcae0bb5c6 100644 --- a/packages/apps/docs/src/docs/build/guides/election-dapp-tutorial/start-a-local-blockchain.md +++ b/packages/apps/docs/src/docs/build/guides/election-dapp-tutorial/start-a-local-blockchain.md @@ -1,6 +1,6 @@ --- title: "Start a local blockchain" -description: "Start the development network blockchain on your local computer and explore the smart contracts avaiable by default." +description: "Start the development network blockchain on your local computer and explore the smart contracts available by default." menu: "Workshop: Election application" label: "Start a local blockchain" order: 2