From cc3ef1e4f48dc305c942bc2259b3121210206686 Mon Sep 17 00:00:00 2001 From: Kitten King <53072918+kittenking@users.noreply.github.com> Date: Mon, 22 Jul 2019 13:04:33 +0530 Subject: cmd, crypto, eth, internals: fix Typos (#19868) --- cmd/clef/rules.md | 2 +- cmd/clef/tutorial.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd') diff --git a/cmd/clef/rules.md b/cmd/clef/rules.md index 153e69ff7..112dae651 100644 --- a/cmd/clef/rules.md +++ b/cmd/clef/rules.md @@ -70,7 +70,7 @@ The Otto vm has a few [caveats](https://github.com/robertkrimen/otto): Additionally, a few more have been added * The rule execution cannot load external javascript files. -* The only preloaded libary is [`bignumber.js`](https://github.com/MikeMcl/bignumber.js) version `2.0.3`. This one is fairly old, and is not aligned with the documentation at the github repository. +* The only preloaded library is [`bignumber.js`](https://github.com/MikeMcl/bignumber.js) version `2.0.3`. This one is fairly old, and is not aligned with the documentation at the github repository. * Each invocation is made in a fresh virtual machine. This means that you cannot store data in global variables between invocations. This is a deliberate choice -- if you want to store data, use the disk-backed `storage`, since rules should not rely on ephemeral data. * Javascript API parameters are _always_ an object. This is also a design choice, to ensure that parameters are accessed by _key_ and not by order. This is to prevent mistakes due to missing parameters or parameter changes. * The JS engine has access to `storage` and `console`. diff --git a/cmd/clef/tutorial.md b/cmd/clef/tutorial.md index a0a6b052a..422946dbd 100644 --- a/cmd/clef/tutorial.md +++ b/cmd/clef/tutorial.md @@ -227,7 +227,7 @@ In this example: - Auto-rejected if the message does not contain `bazonk`, - Any other requests will be passed along for manual confirmation. -*Note, to make this example work, please use you own accounts. You can create a new account either via Clef or the traditional account CLI tools. If the latter was chosen, make sure both Clef and Geth use the same keystore by specifing `--keystore path/to/your/keystore` when running Clef.* +*Note, to make this example work, please use you own accounts. You can create a new account either via Clef or the traditional account CLI tools. If the latter was chosen, make sure both Clef and Geth use the same keystore by specifying `--keystore path/to/your/keystore` when running Clef.* Attest the new rule file so that Clef will accept loading it: -- cgit v1.2.3