From e0254b730f55a11d50882917ca2d1bfd5560f8d9 Mon Sep 17 00:00:00 2001 From: Przemek Rzad Date: Tue, 4 Jun 2024 08:43:01 +0200 Subject: [PATCH] Typos in template README (#4687) --- templates/minimal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/minimal/README.md b/templates/minimal/README.md index 3488bc43cc902..3194642f3f82a 100644 --- a/templates/minimal/README.md +++ b/templates/minimal/README.md @@ -13,7 +13,7 @@ 🤏 This template is a minimal (in terms of complexity and the number of components) template for building a blockchain node. -🔧 It's runtime is configured of a single custom pallet as a staring point, and a handful of ready-made pallets such as a [Balances pallet](https://paritytech.github.io/polkadot-sdk/master/pallet_balances/index.html). +🔧 Its runtime is configured of a single custom pallet as a starting point, and a handful of ready-made pallets such as a [Balances pallet](https://paritytech.github.io/polkadot-sdk/master/pallet_balances/index.html). 👤 The template has no consensus configured - it is best for experimenting with a single node network.