From 5f655680aba52c32ed59eed01765cc55b894763f Mon Sep 17 00:00:00 2001 From: Nikita Khateev Date: Tue, 12 Dec 2023 19:01:15 +0400 Subject: [PATCH] added a colon --- docs/modules/ROOT/pages/pallets/proxy.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/pallets/proxy.adoc b/docs/modules/ROOT/pages/pallets/proxy.adoc index f376165..febbbec 100644 --- a/docs/modules/ROOT/pages/pallets/proxy.adoc +++ b/docs/modules/ROOT/pages/pallets/proxy.adoc @@ -22,7 +22,7 @@ This pallet enables delegation of rights to execute certain call types from one == Config -* Pallet-specific configs +* Pallet-specific configs: ** `ProxyType` -- a type that describes different variants of proxy. It must implement `Default` trait and `InstanceFilter` trait. ** `ProxyDepositBase` -- a base amount of currency that defines a deposit for proxy creation. ** `ProxyDepositFactor` -- an amount of currency that will be frozen along with the `ProxyDepositBase` for each additional proxy.