Skip to content

Commit

Permalink
docs: fix typo (cosmos#6050)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicInnovation321 authored Mar 22, 2024
1 parent 06fd8eb commit 5514d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/params/params.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The 02-client submodule contains the following parameters:

The allowed clients parameter defines an allow list of client types supported by the chain. The
default value is a single-element list containing the `AllowAllClients` wildcard (`"*"`). When the
wilcard is used, then all client types are supported by default. Alternatively, the parameter
wildcard is used, then all client types are supported by default. Alternatively, the parameter
may be set with a list of client types (e.g. `"06-solomachine","07-tendermint","09-localhost"`).
A client type that is not registered on this list will fail upon creation or on genesis validation.
Note that, since the client type is an arbitrary string, chains must not register two light clients
Expand Down

0 comments on commit 5514d56

Please sign in to comment.