chore: fix the note box syntax error (#20499)

This commit is contained in:
SuiYuan 2024-05-31 16:18:30 +08:00 committed by GitHub
parent 46d6406ab3
commit fa371f5e23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Updating the docs
::note
:::note
The documentation is built from [cosmos-sdk-docs repo](https://github.com/cosmos/cosmos-sdk-docs) and is hosted on [docs.cosmos.network](https://docs.cosmos.network).
:::

View File

@ -82,7 +82,7 @@ This message sends coins directly from the sender to the community pool.
:::tip
If you know the protocolpool module account address, you can directly use bank `send` transaction instead.
::::
:::
```protobuf reference
https://github.com/cosmos/cosmos-sdk/blob/97724493d792517ba2be8969078b5f92ad04d79c/proto/cosmos/protocolpool/v1/tx.proto#L32-L42