Skip to content

Commit

Permalink
fix: ✏️ typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zarifpour committed Mar 12, 2024
1 parent df8663f commit 71d26cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ethernaut-interact-ui/src/prompts/abi.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function selectStrategy({ address }) {
}

// Show prompt
debug.log(`Prompting for stragtegy - choices: ${choices}`, 'interact')
debug.log(`Prompting for strategy - choices: ${choices}`, 'interact')

return await prompt({
type: 'select',
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-interact/src/internal/connect-signer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const warnWithPrompt = require('../internal/warn-prompt')
const getBalance = require('../internal/get-balance')
const debug = require('ethernaut-common/src/debug')

module.exports = async function conenctSigner(noConfirm) {
module.exports = async function connectSigner(noConfirm) {
spinner.progress('Connecting signer', 'interact')

const signers = await hre.ethers.getSigners()
Expand Down

0 comments on commit 71d26cc

Please sign in to comment.