From 95da8d7ace251767ce9b81bf100a3956c14ed3f8 Mon Sep 17 00:00:00 2001
From: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
Date: Thu, 30 Mar 2023 16:50:45 +0200
Subject: [PATCH] Fix nomiantion pools doc render (#13748)

Co-authored-by: parity-processbot <>
---
 substrate/frame/nomination-pools/src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/substrate/frame/nomination-pools/src/lib.rs b/substrate/frame/nomination-pools/src/lib.rs
index cfde05ffeea..e7c99e02328 100644
--- a/substrate/frame/nomination-pools/src/lib.rs
+++ b/substrate/frame/nomination-pools/src/lib.rs
@@ -133,7 +133,7 @@
 //! * Root: can change the nominator, bouncer, or itself, manage and claim commission, and can
 //!   perform any of the actions the nominator or bouncer can.
 //!
-//! ## Commission
+//! ### Commission
 //!
 //! A pool can optionally have a commission configuration, via the `root` role, set with
 //! [`Call::set_commission`] and claimed with [`Call::claim_commission`]. A payee account must be
-- 
GitLab