From 97d79b6b2f8b3f7cebdb7867fc7e3eb05f1e7f6b Mon Sep 17 00:00:00 2001 From: murongshaozong Date: Wed, 28 Aug 2024 05:22:04 +0800 Subject: [PATCH] chore: fix some comments (#538) Signed-off-by: murongshaozong Co-authored-by: Greg Nazario --- apps/nextra/pages/en/build/smart-contracts/deployment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nextra/pages/en/build/smart-contracts/deployment.mdx b/apps/nextra/pages/en/build/smart-contracts/deployment.mdx index 2072ff736..e11cc6766 100644 --- a/apps/nextra/pages/en/build/smart-contracts/deployment.mdx +++ b/apps/nextra/pages/en/build/smart-contracts/deployment.mdx @@ -42,7 +42,7 @@ aptos move compile --named-addresses = ### Deploy code to an object -Deploy the compiled code to an an object via the command: +Deploy the compiled code to an object via the command: - Replace `` with the module name. ```bash filename="Terminal"