Minor typo changes

This commit is contained in:
Chris Chinchilla 2020-07-14 14:12:22 +02:00
parent 232c7a895b
commit 32de4f1930
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ refresh the page. This should cause all your UI components to
reset to a known-safe state, including any banners and warnings reset to a known-safe state, including any banners and warnings
to your users if they are on an unsupported network. to your users if they are on an unsupported network.
This can be acomplished by using the following function: This can be accomplished by using the following function:
_code: Automatically Refresh on Network Change @lang<script> _code: Automatically Refresh on Network Change @lang<script>

View File

@ -1,10 +1,10 @@
_section: Ethereum Basics _section: Ethereum Basics
This is a very breif overview of some aspects of //Ethereum// This is a brief overview of some aspects of //Ethereum//
and blockchains which developers can make use of or should and blockchains which developers can make use of or should
be aware of. be aware of.
This section is fairly sparse at the moment, but will be expanded This section is sparse at the moment, but will be expanded
as time goes on. as time goes on.
_toc: _toc:

View File

@ -21,7 +21,7 @@ _heading: Why does it take so long?
The goal is to use as much CPU and memory as possible during The goal is to use as much CPU and memory as possible during
this algorithm, so that a single computer can only compute a this algorithm, so that a single computer can only compute a
very small number of results for some fixed amount of time. To very small number of results for some fixed amount of time. To
scale up an attack, the attacker requires additional compuers, scale up an attack, the attacker requires additional computers,
increasing the cost to [brute-force attack](link-wiki-bruteforce) increasing the cost to [brute-force attack](link-wiki-bruteforce)
to guess the password. to guess the password.