From fd0ee30975b0c781999fe5102532d3d7e719fe29 Mon Sep 17 00:00:00 2001 From: Victor Oliva Date: Mon, 20 Jan 2025 14:38:26 +0100 Subject: [PATCH] Update docs/pages/sdks/governance/bounties.md Co-authored-by: Carlo Sala --- docs/pages/sdks/governance/bounties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/sdks/governance/bounties.md b/docs/pages/sdks/governance/bounties.md index 3e01d458..b4c71444 100644 --- a/docs/pages/sdks/governance/bounties.md +++ b/docs/pages/sdks/governance/bounties.md @@ -138,7 +138,7 @@ Has methods for `claim()` and `unassignCurator()`. In this case, unassign curato ## Child Bounties -Some chains support child bounties, allowing a curator to split a bounty into smaller tasks. This feature is available through a separate SDK, which requires the ChildBounties pallet. +Some chains support child bounties, allowing a curator to split a bounty into smaller tasks. This feature is available through a separate SDK, which requires the chain to have `ChildBounties` pallet. ```ts import { createChildBountiesSdk } from '@polkadot-api/sdk-governance';