fix typos

This commit is contained in:
Jordan Hrycaj 2022-03-09 20:16:28 +00:00
parent 324fae0b7f
commit dea9030a8a
No known key found for this signature in database
GPG Key ID: 4101B9BC5A0DB080
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
This module contains helpers for test driven development as
- blockchain data dumps for replay
- source code examples of how to roduce and replat data dumps
- source code examples of how to produce and replay data dumps
- miscellaneous helper scripts, typically for setting up temporary nodes
# Usage
@ -13,8 +13,8 @@ TDD scripts and tests.
## Caveat
This module is neither part of the *Nimbus* code, not part of the automated
continuous integration tests. It is not available by default module update.
This module is neither part of the *Nimbus* code, nor part of the automated
continuous integration tests. It must not be assumed present by default.
So there must be *no reference* from the active *Nimbus* code or *CI* procedures
into this module. Any code found here that might be handy in the *Nimbus*