Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: vuittont60 <81072379+vuittont60@users.noreply.github.com>
  • Loading branch information
vuittont60 authored and denyeart committed Jan 9, 2024
1 parent 521f790 commit 94914d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/commands/peerlifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ This command will be useful, for example, in the following cases:
* To check whether a particular chaincode package is installed or not without
installing that package.

Calcuate the package ID for the `mycc.tar.gz` package:
Calculate the package ID for the `mycc.tar.gz` package:

```
peer lifecycle chaincode calculatepackageid mycc.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion docs/source/orderer/ordering_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ policies that the relevant administrators set when they created the consortium
or the channel. Configuration transactions are processed by the orderer,
as it needs to know the current set of policies to execute its basic
form of access control. In this case, the orderer processes the
configuration update to make sure that the requestor has the proper
configuration update to make sure that the requester has the proper
administrative rights. If so, the orderer validates the update request against
the existing configuration, generates a new configuration transaction,
and packages it into a block that is relayed to all peers on the channel. The
Expand Down
2 changes: 1 addition & 1 deletion docs/source/prereqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Finally, you need to ensure Docker Desktop has integration enabled for your dist

### Microsoft VS Code (Optional)

Microsoft VS Code provides an IDE that has tight integration with WSL2 Linux Distibutions. Search the Microsoft Marketplace in VS Code for the Remote Development extension pack for more information. This pack includes, among other things, the `Remote - WSL extension` and the `Remote - Containers` extension.
Microsoft VS Code provides an IDE that has tight integration with WSL2 Linux Distributions. Search the Microsoft Marketplace in VS Code for the Remote Development extension pack for more information. This pack includes, among other things, the `Remote - WSL extension` and the `Remote - Containers` extension.

### Git For Windows (Optional)

Expand Down
2 changes: 1 addition & 1 deletion docs/source/security_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Ordering service nodes have an identity of their own, and are managed by an admi

For more information see the [Ordering Nodes and Identity topic](./orderer/ordering_service.html#orderer-nodes-and-identity) and [Ordering Node Deployment and Administration topic](./deployorderer/ordererdeploy.html).

## Tranport Layer Security (TLS)
## Transport Layer Security (TLS)

Fabric supports secure communication between nodes using Transport Layer Security (TLS).
TLS communication can use both one-way (server only) and two-way (server and client) authentication.
Expand Down
2 changes: 1 addition & 1 deletion docs/wrappers/peer_lifecycle_chaincode_postscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ This command will be useful, for example, in the following cases:
* To check whether a particular chaincode package is installed or not without
installing that package.

Calcuate the package ID for the `mycc.tar.gz` package:
Calculate the package ID for the `mycc.tar.gz` package:

```
peer lifecycle chaincode calculatepackageid mycc.tar.gz
Expand Down

0 comments on commit 94914d9

Please sign in to comment.