From 2de917f4462b0dbea947a746f685a0d67bed620a Mon Sep 17 00:00:00 2001 From: Preetam Singh Rathore <76528810+PreetamSing@users.noreply.github.com> Date: Thu, 6 Jul 2023 19:48:51 +0530 Subject: [PATCH] Update welcome-to-substrate.md --- content/md/en/docs/learn/welcome-to-substrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/md/en/docs/learn/welcome-to-substrate.md b/content/md/en/docs/learn/welcome-to-substrate.md index 4a09b0040..73d55786f 100644 --- a/content/md/en/docs/learn/welcome-to-substrate.md +++ b/content/md/en/docs/learn/welcome-to-substrate.md @@ -31,7 +31,7 @@ You select and combine the pallets that suit your application to compose a custo For example, if your application needs to manage account balances, you can simply include the Balances pallet in the configuration of your runtime logic. You can then modify the configuration of the pallet in your custom runtime to suit your application. -In the following diagram, the runtime is composed of nine pallets to implement consensus, include timestamps for blocks, manage assets and balances, and prepare a framework for governance and managing pooled funds. +In the following diagram, the runtime is composed of eight pallets to implement consensus, include timestamps for blocks, manage assets and balances, and prepare a framework for governance and managing pooled funds. ![Select pallets to compose the runtime](/media/images/docs/compose-runtime.png)