Skip to content

Commit

Permalink
spelling fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
iramiller committed Sep 23, 2024
1 parent 95ef09f commit 051af65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/marker/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ $ %[1]s tx marker account-data hotdogcoin --%[4]s`,
// GetCmdAddNetAssetValues returns a CLI command for adding/updating marker net asset values.
func GetCmdAddNetAssetValues() *cobra.Command {
cmd := &cobra.Command{
Use: "add-net-asset-values <denom> <valuation[;valutation...]>",
Use: "add-net-asset-values <denom> <valuation[;valuation...]>",
Aliases: []string{"add-navs", "anavs"},
Short: "Provide net asset values for a marker",
Long: `
Expand Down Expand Up @@ -1090,7 +1090,7 @@ desired precision.
Note: When the valuations are recorded, each will indicate the address of the admin
who provided the value. This will be published in the associated event data and
captured in the NAV record. For NAVs set by other modules such as x/exchange the
protocol will indicate these sources. This separates estabished values from
protocol will indicate these sources. This separates established values from
the owner (self-attestation) from those set through blockchain transactions.
`,
version.AppName, types.ModuleName),
Expand Down

0 comments on commit 051af65

Please sign in to comment.