Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Dec 3, 2024
1 parent 13d82f6 commit 394569e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/building-apps/00-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sidebar_position: 1

The `runtime` package is the Cosmos SDK package that combines the building blocks of your blockchain together. It wires together the modules, the applications, the codecs, and the stores.

An user only needs to import `runtime` in their `app.go` and instantiate a `runtime.App`.
A user only needs to import `runtime` in their `app.go` and instantiate a `runtime.App`.

0 comments on commit 394569e

Please sign in to comment.