Skip to content

Commit a79c2f6

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

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
@@ -54,7 +54,7 @@ First, you'll update the runtime's `Cargo.toml` file to include the Utility pall
5454
--8<-- 'code/tutorials/polkadot-sdk/parachains/zero-to-hero/runtime/Cargo.toml'
5555
```
5656

57-
Update your root parachain template's `Cargo.toml` file to include you custom pallet as dependency. Follow these steps:
57+
Update your root parachain template's `Cargo.toml` file to include your custom pallet as a dependency. Follow these steps:
5858

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

0 commit comments

Comments
 (0)