From 55bf1477a38a37b5967bfb80e04d73a153193110 Mon Sep 17 00:00:00 2001
From: Carlos Rodriguez <carlos@interchain.io>
Date: Tue, 21 May 2024 23:44:29 +0200
Subject: [PATCH] Update 02-light-client-module.md

---
 .../01-developer-guide/02-light-client-module.md                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/03-light-clients/01-developer-guide/02-light-client-module.md b/docs/docs/03-light-clients/01-developer-guide/02-light-client-module.md
index 6db45e744e2..2ec8d18eea2 100644
--- a/docs/docs/03-light-clients/01-developer-guide/02-light-client-module.md
+++ b/docs/docs/03-light-clients/01-developer-guide/02-light-client-module.md
@@ -41,7 +41,7 @@ Clients may also store any necessary client-specific metadata.
 
 `Initialize` is called when a [client is created](https://github.com/cosmos/ibc-go/blob/v7.0.0/modules/core/02-client/keeper/client.go#L30).
 
-## `UpdateState`
+## `UpdateState` method
 
 `UpdateState` updates and stores as necessary any associated information for an IBC client, such as the `ClientState` and corresponding `ConsensusState`. See section [`UpdateState`](05-updates-and-misbehaviour.md#updatestate) for more information.