Skip to content

Commit bd7aa6d

Browse files
committed
docs fixes
Signed-off-by: sandeep.nishad1 <[email protected]>
1 parent d6021b1 commit bd7aa6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/external/getting-started/interop/asset-exchange.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ run the following steps:
7878
We will demonstrate asset exchange of a bond in Fabric `network1` with tokens on `Corda_Network`.
7979
For Fabric commands, run from `samples/fabric/fabric-cli` folder, and for Corda commands, run from `samples/corda/corda-simple-application` folder. Here `Alice` and `Bob` in Fabric `network1` correspond to `PartyA` (`CORDA_PORT=10006`) and `PartyB` (`CORDA_PORT=10009`) in `Corda_Network` respectively. Following are the step-by-step asset exchange process:
8080

81-
(_Note: the hash pair used in following steps can be replaced by any valid `sha256` hash pair_)
81+
(_Note: the hash used in following steps can be replaced by any valid `sha256` hash_)
8282

8383
- Run the following to verify the status of the bond assets owned by `alice` and `bob` in the Fabric network `network1` from `samples/fabric/fabric-cli` folder:
8484
```bash
@@ -138,7 +138,7 @@ In addition to the above commands, following are the extra options:
138138

139139
We will demonstrate asset exchange of a tokens in `Corda_Network` with tokens on `Corda_Network2`. Here `PartyA` (`CORDA_PORT=10006`) and `PartyB` (`CORDA_PORT=10009`) in `Corda_Network` correspond to `PartyA` (`CORDA_PORT=30006`) and `PartyB` (`CORDA_PORT=30009`) in `Corda_Network2` respectively. Following are the step-by-step asset exchange process:
140140

141-
(_Note: the hash pair used in following steps can be replaced by any valid `sha256` hash pair_)
141+
(_Note: the hash used in following steps can be replaced by any valid `sha256` hash_)
142142
- Navigate to `samples/corda/corda-simple-application` folder.
143143
- Run the following to verify the status of the tokens owned by `PartyA` and `PartyB` in the `Corda_Network` and `Corda_Network2`:
144144
```bash

docs/docs/external/getting-started/test-network/ledger-initialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Finally, to prepare both `network1` and `network2` for interoperation, run:
152152
153153
### Initializing the Corda Networks
154154
155-
Corda Networks needs to be initialized with assets for asset-exchange to be performed:
155+
Corda Network needs to be initialized with assets for asset-exchange to be performed:
156156
Bootstrap the Corda network and application states as follows:
157157
- Navigate to the `samples/corda/corda-simple-application` folder.
158158
- Run the following:

0 commit comments

Comments
 (0)