Skip to content

Commit 4de14b2

Browse files
outoftardisappetrosyan
authored andcommitted
Fix formatting
Signed-off-by: Ekaterina Mekhnetsova <[email protected]>
1 parent 158789a commit 4de14b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/guide/bash.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ To see all the accounts on the network, run:
256256
```
257257

258258
This will list the active accounts on the network, along with their assets.
259-
Like this:
259+
It will look like this:
260260

261261
```rust
262262
Account {

src/guide/javascript.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The Iroha 2 JavaScript library consists of multiple packages:
2020
| <code class="whitespace-pre">crypto-target-bundler</code> | Provides compiled crypto WASM to use with bundlers such as Webpack |
2121

2222
All of these are published under the `@iroha2` scope into Iroha Nexus
23-
Registry. In the future, they will be published in the main NPM Registry. To
24-
install these packages, you first need to set up a registry:
23+
Registry. In the future, they will be published in the main NPM Registry.
24+
To install these packages, you first need to set up a registry:
2525

2626
```ini
2727
# FILE: .npmrc
@@ -39,8 +39,8 @@ pnpm add @iroha2/crypto-target-web
3939
The set of packages that you need to install depends on your intention.
4040
Maybe you only need to play with the Data Model to perform
4141
(de-)serialisation, in which case the `data-model` package is enough. If
42-
you only need to check on a peer in terms of its status or health, you just need
43-
the client library, because this API doesn't require any interactions
42+
you only need to check on a peer in terms of its status or health, you just
43+
need the client library, because this API doesn't require any interactions
4444
with crypto or Data Model.
4545

4646
For the purposes of this tutorial, it's better to install everything.

0 commit comments

Comments
 (0)