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