From 05e62588926993a153b4e6edc0975ef3b0b38728 Mon Sep 17 00:00:00 2001 From: Przemek Rzad <przemek@parity.io> 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 3488bc43cc9..3194642f3f8 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. -- GitLab