Skip to content
Snippets Groups Projects
Commit e10308f1 authored by Chris Kerr's avatar Chris Kerr Committed by GitHub
Browse files

Fix typos (#14177)

parent 958f4aaa
No related merge requests found
......@@ -6,11 +6,11 @@ Subkey is a commandline utility included with Substrate. It allows generating an
You can see the full list of commands with `subkey --help`. Most commands have additional help available with for instance `subkey generate --help` for the `generate` command.
## Satefy first
## Safety first
`subkey` does not need an internet connection to work. Indeed, for the best security, you should be using `subkey` on a machine that is **not connected** to the internet.
`subkey` deals with **seeds** and **private keys**. Make sure to use `subkey` in a safe environment (ie. no one looking over your shoulder) and on a safe computer (ie. no one able to check you commands history).
`subkey` deals with **seeds** and **private keys**. Make sure to use `subkey` in a safe environment (ie. no one looking over your shoulder) and on a safe computer (ie. no one able to check your command history).
If you save any output of `subkey` into a file, make sure to apply proper permissions and/or delete the file as soon as possible.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment