From 394569ef4ff05813283c6acb9ed51cca1c633675 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Tue, 3 Dec 2024 01:02:51 +0100 Subject: [PATCH] typo --- docs/build/building-apps/00-runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/building-apps/00-runtime.md b/docs/build/building-apps/00-runtime.md index 0fb61f9af32a..a962019e2993 100644 --- a/docs/build/building-apps/00-runtime.md +++ b/docs/build/building-apps/00-runtime.md @@ -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`.