From fafa2b1dd97b5dbba9b57b58400d0bb9bdb4d8cb Mon Sep 17 00:00:00 2001 From: jongwhan Date: Tue, 20 Dec 2022 15:12:13 +0800 Subject: [PATCH] fix typo --- .../getting-started_unreal/quick-start/dynamic-contract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronos-play/getting-started_unreal/quick-start/dynamic-contract.md b/cronos-play/getting-started_unreal/quick-start/dynamic-contract.md index 1deb5de3..df374dbe 100644 --- a/cronos-play/getting-started_unreal/quick-start/dynamic-contract.md +++ b/cronos-play/getting-started_unreal/quick-start/dynamic-contract.md @@ -41,7 +41,7 @@ this is for wallet-connect. it generates data which can be included in the trans ``` safeMint(address,string) ``` -- funciton name: +- function name: ``` safeMint ```