Skip to content

Commit 9cff834

Browse files
Update tutorials/polkadot-sdk/parachains/zero-to-hero/add-pallets-to-runtime.md
Co-authored-by: Taylor Lucero <[email protected]>
1 parent a79c2f6 commit 9cff834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/polkadot-sdk/parachains/zero-to-hero/add-pallets-to-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Update your root parachain template's `Cargo.toml` file to include your custom p
5858

5959
1. Open the `./Cargo.toml` file and locate the `[workspace]` section.
6060

61-
Make sure the custom-pallet is a member of the workspace:
61+
Make sure the `custom-pallet` is a member of the workspace:
6262

6363
```toml hl_lines="4" title="Cargo.toml"
6464
--8<-- 'https://raw.githubusercontent.com/papermoonio/zero-to-hero-tutorial/refs/heads/v0.0.4-complete-tutorial/Cargo.toml:8:14'

0 commit comments

Comments
 (0)