Skip to content

Commit 10c37db

Browse files
authored
Fix typo in documentation (#28)
1 parent 990df5e commit 10c37db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

steps/4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We want keep our code organized, so we will not really start building in the `ma
1010

1111
## Balances
1212

13-
Pretty much every blockchain has logic handles that the balances of users on that blockchain.
13+
Pretty much every blockchain has logic that handles the balances of users on that blockchain.
1414

1515
This Pallet will tell you: how much balance each user has, provide functions which allow users to transfer those balances, and even some low level functions to allow your blockchain system to manipulate those balances if needed. Think for example if you want to mint new tokens which don't already exist.
1616

0 commit comments

Comments
 (0)