From ac42119583263cc0e47742d68e44ef5c0c576bd0 Mon Sep 17 00:00:00 2001
From: futreall <86553580+futreall@users.noreply.github.com>
Date: Wed, 13 Nov 2024 18:56:55 +0200
Subject: [PATCH] Update 02_state.md

---
 x/pricefeed/spec/02_state.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x/pricefeed/spec/02_state.md b/x/pricefeed/spec/02_state.md
index 6fd95426..43adaf38 100644
--- a/x/pricefeed/spec/02_state.md
+++ b/x/pricefeed/spec/02_state.md
@@ -26,7 +26,7 @@ type Market struct {
 type Markets []Market
 ```
 
-`GenesisState` defines the state that must be persisted when the blockchain stops/stars in order for the normal function of the pricefeed to resume.
+`GenesisState` defines the state that must be persisted when the blockchain stops/starts in order for the normal function of the pricefeed to resume.
 
 ```go
 // GenesisState - pricefeed state that must be provided at genesis