Skip to content

Commit e85992d

Browse files
Fix typo 03-create-pallet.md (#2067)
Fix typo: "marco" to "macro" Co-authored-by: Shawn Tabrizi <[email protected]>
1 parent c734112 commit e85992d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/md/en/docs/tutorials/collectibles-workshop/03-create-pallet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The next step is to prepare a set of common macros to serve as scaffolding for y
141141

142142
You now have a clean slate for creating the Substrate collectibles pallet.
143143

144-
2. Prepare the scaffolding for the Substrate collectibles pallet by adding the following common set of marco declarations to the `src/lib.rs` file:
144+
2. Prepare the scaffolding for the Substrate collectibles pallet by adding the following common set of macro declarations to the `src/lib.rs` file:
145145

146146
```rust
147147
#![cfg_attr(not(feature = "std"), no_std)]

0 commit comments

Comments
 (0)