docs(x/epochs): fix note box display failure (backport #21644) (#21647)

Co-authored-by: hatti <hattizai@gmail.com>
This commit is contained in:
mergify[bot] 2024-09-11 10:43:52 +02:00 committed by GitHub
parent 7c3945f262
commit f42eb8e014
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,7 @@ Query the currently running epochInfos
<appd> query epochs epoch-infos
```
::: details Example
:::details Example
An example output:
@ -176,7 +176,7 @@ Query the current epoch by the specified identifier
<appd> query epochs current-epoch [identifier]
```
::: details Example
:::details Example
Query the current `day` epoch:
@ -189,3 +189,5 @@ Which in this example outputs:
```sh
current_epoch: "183"
```
:::