From 65e887cbedad1ef9cb8b2e62bc3b368f518d3d8d Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Wed, 13 Nov 2024 22:06:17 +0900 Subject: [PATCH] fix typo Deploying.md fix typo "sceurity benefits" -> "security benefits" --- exampleNftTutorial/Deploying.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleNftTutorial/Deploying.md b/exampleNftTutorial/Deploying.md index 12e3dbe..e9fc0fd 100644 --- a/exampleNftTutorial/Deploying.md +++ b/exampleNftTutorial/Deploying.md @@ -95,8 +95,8 @@ Alternatively, you can adapt the [cross chain deploy script](../script/CrossChai Finally, verify your contract [on Etherscan](https://etherscan.io/verifyContract) or [using Forge](https://book.getfoundry.sh/forge/deploying?highlight=verify#verifying-a-pre-existing-contract). -To be clear, this is mostly about the cool factor. But it also gives you gas efficiency benefits, sceurity benefits, cross-chain consistency, and more. And since you know the address before you deploy, you can code it into your frontend, etc. before you've revealed it to the rest of the world. +To be clear, this is mostly about the cool factor. But it also gives you gas efficiency benefits, security benefits, cross-chain consistency, and more. And since you know the address before you deploy, you can code it into your frontend, etc. before you've revealed it to the rest of the world. ## Back to the table of contents -[Take it from the top](README.md) or [view the appendix](Appendix.md), which contains addition info, such as useful aliases and links. \ No newline at end of file +[Take it from the top](README.md) or [view the appendix](Appendix.md), which contains addition info, such as useful aliases and links.