Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/md/en/docs/learn/welcome-to-substrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down