Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Oct 16, 2023
1 parent 1e08abd commit 0ce09e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface NominationPoolsChill extends Args {
* The dispatch origin of this call must be signed by the pool nominator or the pool
* root role, same as [`Pallet::nominate`].
*
* This directly forward the call to the staking pallet, on behalf of the pool bonded
* This directly forwards the call to the staking pallet, on behalf of the pool bonded
* account.
*
* @param args - Arguments specific to this method.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface NominationPoolsNominate extends Args {
* The dispatch origin of this call must be signed by the pool nominator or the pool
* root role.
*
* This directly forward the call to the staking pallet, on behalf of the pool bonded
* This directly forwards the call to the staking pallet, on behalf of the pool bonded
* account.
*
* @param args - Arguments specific to this method.
Expand Down

0 comments on commit 0ce09e2

Please sign in to comment.