Skip to content

docs: Fix typos and improve clarity in documentation in reset-state.md #542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading