Skip to content

Commit

Permalink
docs(x/epochs): fix note box display failure (#21644)
Browse files Browse the repository at this point in the history
  • Loading branch information
hattizai authored Sep 11, 2024
1 parent c536c0f commit f4816df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions x/epochs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Query the currently running epochInfos
<appd> query epochs epoch-infos
```

::: details Example
:::details Example

An example output:

Expand Down Expand Up @@ -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:

Expand All @@ -189,3 +189,5 @@ Which in this example outputs:
```sh
current_epoch: "183"
```

:::

0 comments on commit f4816df

Please sign in to comment.