From 14955509deb7da519147d12247e549339c41c1ec Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 13 Jun 2023 20:46:52 +0200 Subject: [PATCH] Fix: typo --- docs/developers/quickstart/deploy-smart-contract/truffle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/quickstart/deploy-smart-contract/truffle.md b/docs/developers/quickstart/deploy-smart-contract/truffle.md index deb20f8b5..f609dc978 100644 --- a/docs/developers/quickstart/deploy-smart-contract/truffle.md +++ b/docs/developers/quickstart/deploy-smart-contract/truffle.md @@ -101,7 +101,7 @@ Truffle allows you to deploy through the [Truffle Dashboard](#truffle-dashboard) ![confirm network](../../../assets/dashboard_network.png) 1. Run `truffle migrate --network dashboard` in a separate terminal. -1. Navigate back to `localhost:24012`. You should see a prompt asking your to confirm the deployment. Click **Confirm**. +1. Navigate back to `localhost:24012`. You should see a prompt asking you to confirm the deployment. Click **Confirm**. ![confirm deployment](../../../assets/dashboard_deploy.png)