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