Minor fix on wallet output text (#1176)

* Minor fix on wallet output text

* Fix "import" to "important" in docs
This commit is contained in:
ethers
2020-05-20 16:04:48 -07:00
committed by GitHub
parent ddd63c0de1
commit 0b49a8507e
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ pub fn cli_run(matches: &ArgMatches, base_dir: PathBuf) -> Result<(), String> {
println!("reveal the private keys of all validators and keys generated with ");
println!("this wallet. That would be catastrophic.");
println!("");
println!("It is also import to store a backup of this mnemonic so you can ");
println!("It is also important to store a backup of this mnemonic so you can ");
println!("recover your private keys in the case of data loss. Writing it on ");
println!("a piece of paper and storing it in a safe place would be prudent.");
println!("");