From 4a734bb8345b466b29ddbe41021c021cd76b5d41 Mon Sep 17 00:00:00 2001 From: Barrie Byron Date: Fri, 22 Oct 2021 05:18:27 -0400 Subject: [PATCH] docs: fix heading level to title shows in TOC (#10423) --- x/slashing/spec/09_client.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/slashing/spec/09_client.md b/x/slashing/spec/09_client.md index 21226fe652..e5c9492b91 100644 --- a/x/slashing/spec/09_client.md +++ b/x/slashing/spec/09_client.md @@ -2,7 +2,7 @@ order: 9 --> -## CLI +# CLI A user can query and interact with the `slashing` module using the CLI. @@ -293,4 +293,4 @@ Example Output: "total": "1" } } -``` \ No newline at end of file +```