We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c734112 commit e85992dCopy full SHA for e85992d
content/md/en/docs/tutorials/collectibles-workshop/03-create-pallet.md
@@ -141,7 +141,7 @@ The next step is to prepare a set of common macros to serve as scaffolding for y
141
142
You now have a clean slate for creating the Substrate collectibles pallet.
143
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:
+2. Prepare the scaffolding for the Substrate collectibles pallet by adding the following common set of macro declarations to the `src/lib.rs` file:
145
146
```rust
147
#![cfg_attr(not(feature = "std"), no_std)]
0 commit comments