Skip to content

Commit 252713d

Browse files
0xLuccaeshaben
andauthored
Update develop/parachains/customize-parachain/add-pallet-instances.md
Co-authored-by: Erin Shaben <[email protected]>
1 parent 5eb1f40 commit 252713d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/parachains/customize-parachain/add-pallet-instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The instantiation generic also appears throughout the pallet's components, inclu
2727

2828
The process resembles adding a standard pallet with some key differences. In this example you will see how adding two instances of the [pallet-collective](https://github.com/paritytech/polkadot-sdk/tree/polkadot-stable2412/substrate/frame/collective){target=\_blank} is implemented.
2929

30-
### Define Pallet Parameters:
30+
### Define Pallet Parameters
3131

3232
First, define the parameters needed to configure the pallet instances. This step is identical whether implementing single or multiple instances:
3333

0 commit comments

Comments
 (0)