Skip to content

Commit

Permalink
fix(docs): incorrect parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Aug 12, 2024
1 parent ec6ef50 commit a10ce8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/hooks/use-native-token-amount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function useNativeTokenAmountFromPlanck(
/**
* Hook for returning the native token amount from a number value
*
* @param planck - The number value
* @param number - The number value
* @param options - Additional options
* @returns The native token amount
*/
Expand Down

0 comments on commit a10ce8e

Please sign in to comment.