Skip to content

Commit

Permalink
docs: Fix typos and improve clarity in documentation in reset-state.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fragchain authored Jan 26, 2025
1 parent 3a3be99 commit 19a2444
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guides/reset-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
This guide will walk you through how you reset the state of your chain.

:::warning Disclaimer
By definition, reseting the state is deleting your chain's data. Make sure you understand the implications of this prior to completion this guide.
By definition, resetting the state is deleting your chain's data. Make sure you understand the implications of this prior to completing this guide.
:::

Some reason you might need to reset the state of your chain are:
* During testing and development
* During upgrades with breaking changes
* Hardforks

## Prerequisities
## Prerequisites

In order to complete this guide, you will need to have completed either the [quick start tutorial](/tutorials/quick-start.md) or the [build our chain tutorial](/tutorials/wordle.md).

Expand Down Expand Up @@ -51,7 +51,7 @@ When you launch your chain again with `rollkit start` your `.rollkit` directory

## Wordle

When you ran your wordle chain in the [build your chain turtorial](/tutorials/wordle.md), it created a `.wordle` directory.
When you ran your wordle chain in the [build your chain tutorial](/tutorials/wordle.md), it created a `.wordle` directory.

This directory will look like the following:

Expand Down

0 comments on commit 19a2444

Please sign in to comment.