fix some typo

This commit is contained in:
andri lim 2019-01-12 12:18:21 +07:00 committed by zah
parent 087f2db5bf
commit 07ab94cdf0
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
<!-- Transactions Page -->
<div class="uk-section-small uk-section-default">
<div class="uk-container uk-container-medium">
<h3>Transactions Post State Accounts <span id="transactionsTitle" class="uk-text-primary uk-text-small">Tx #</span></h3>
<h3>Transaction's Receipts <span id="transactionsTitle" class="uk-text-primary uk-text-small">Tx #</span></h3>
<div id="transactionsContainer">
</div>
</div>

View File

@ -88,7 +88,7 @@ nim c -r premix/debug blockxxx.json
`Dumper` was designed specifically to produce debugging data that can be further processed by `Premix` from
information already stored in database. It will create a single block tracing information if the block already persisted.
If you want to produce problematic block debug data, better to use `Persist` too. `Dumper` produced data
If you want to produce problematic block debug data, better to use `Persist` tool. `Dumper` produced data
usually used to debug features of `Premix` and it's report page logic.
```bash