From b61cfe8be9889fda1864169ce892c83a394a13f9 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 2 May 2022 19:23:53 +0900 Subject: [PATCH] Uniques: fix typo in README.md (#11329) existance -> existence --- substrate/frame/uniques/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/frame/uniques/README.md b/substrate/frame/uniques/README.md index 8d6859d55e..09f9d34689 100644 --- a/substrate/frame/uniques/README.md +++ b/substrate/frame/uniques/README.md @@ -20,7 +20,7 @@ The supported dispatchable functions are documented in the [`uniques::Call`](htt * **Asset transfer:** The action of transferring an asset instance from one account to another. * **Asset burning:** The destruction of an asset instance. * **Non-fungible asset:** An asset for which each unit has unique characteristics. There is exactly - one instance of such an asset in existance and there is exactly one owning account. + one instance of such an asset in existence and there is exactly one owning account. ### Goals