Skip to content

Commit

Permalink
Fix spelling error in trust() (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
lejeunerenard authored Oct 19, 2024
1 parent cdc99b0 commit ca3161e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/iface.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ async function trust (ipc, key, cmd) {
}

const ask = {
run: 'Tust application',
init: 'Tust template'
run: 'Trust application',
init: 'Trust template'
}

const z32 = hypercoreid.encode(key)
Expand Down

0 comments on commit ca3161e

Please sign in to comment.