From 53ca159bbb9c32625ddc5f85d9d21fc0f2dbb412 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Fri, 16 Sep 2022 23:41:02 +0900 Subject: [PATCH] Fix typo in 101-tools/readme.md (#1768) propertly -> property --- .../content/105-blockchain-security/101-tools/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/roadmaps/112-blockchain/content/105-blockchain-security/101-tools/readme.md b/content/roadmaps/112-blockchain/content/105-blockchain-security/101-tools/readme.md index e586796d8..58cbd91e4 100644 --- a/content/roadmaps/112-blockchain/content/105-blockchain-security/101-tools/readme.md +++ b/content/roadmaps/112-blockchain/content/105-blockchain-security/101-tools/readme.md @@ -1,3 +1,3 @@ # Tools -Blockchain and smart contract technology is faily new, therefore, you should expect constant changes in the security landscape, as new bugs and security risks are discovered, and new best practices are developed. Keeping track of this constantly moving landscape proves difficult, so using tools to aid this mission is important. The cost of failing to propertly secure smart contracts can be high, and because change can be difficult, we must make use of these tools. +Blockchain and smart contract technology is faily new, therefore, you should expect constant changes in the security landscape, as new bugs and security risks are discovered, and new best practices are developed. Keeping track of this constantly moving landscape proves difficult, so using tools to aid this mission is important. The cost of failing to property secure smart contracts can be high, and because change can be difficult, we must make use of these tools.