Skip to content

Commit ad07aac

Browse files
eeemmmmmmsownak
andauthored
polishing docs: error fixes for clarity (#2676)
* Update sequence-diagram.md Signed-off-by: emmmm <155267286+eeemmmmmm@users.noreply.github.com> * Update external-chaincode-operations.md Signed-off-by: emmmm <155267286+eeemmmmmm@users.noreply.github.com> * Update roadmap.md Signed-off-by: emmmm <155267286+eeemmmmmm@users.noreply.github.com> --------- Signed-off-by: emmmm <155267286+eeemmmmmm@users.noreply.github.com> Co-authored-by: Sownak Roy <20537268+sownak@users.noreply.github.com>
1 parent 3798820 commit ad07aac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/concepts/sequence-diagram.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bevel Sequence Diagram
22

3-
When using Ansible automation in Bevel, it is important to understand the sequence and flow as this will determine how you confgure your networking.
3+
When using Ansible automation in Bevel, it is important to understand the sequence and flow as this will determine how you configure your networking.
44

55
!!! tip
66

@@ -27,4 +27,4 @@ sequenceDiagram
2727
Vault-->>-Kubernetes Cluster: Certificates and secrets
2828
deactivate Kubernetes Cluster
2929
30-
```
30+
```

docs/source/guides/fabric/external-chaincode-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Once a Hyperledger Fabric network is up using Bevel, Bevel users might want to d
2020
- `CHAINCODE_TLS_DISABLED`: Boolean flag for if TLS is disabled
2121
- `CHAINCODE_TLS_KEY`: If TLS is enabled, path to the Client key
2222
- `CHAINCODE_TLS_CERT`: If TLS is enabled, path to the Client certificate
23-
- `CHAINCODE_CLIENT_CA_CERT`: If TLS is enabled, path to the Root CA cetificate
23+
- `CHAINCODE_CLIENT_CA_CERT`: If TLS is enabled, path to the Root CA certificate
2424

2525
A sample chaincode server snippet in GOLANG is below, details can be found [here](https://github.com/hyperledger/fabric-samples/blob/main/asset-transfer-basic/chaincode-external/assetTransfer.go):
2626
```go

docs/source/references/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ timeline
88
: All platforms
99
Documentation Redesign
1010
: Restructure
11-
: Format Config & Ops requried sections
11+
: Format Config & Ops required sections
1212
Github Actions
1313
: All platforms
1414
section 2024 Q2

0 commit comments

Comments
 (0)