diff --git a/docs/source/commands/peerlifecycle.md b/docs/source/commands/peerlifecycle.md index df82c6927e9..11ca2bbc06a 100644 --- a/docs/source/commands/peerlifecycle.md +++ b/docs/source/commands/peerlifecycle.md @@ -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 diff --git a/docs/source/orderer/ordering_service.md b/docs/source/orderer/ordering_service.md index 1b61f318ae1..d5921b15981 100644 --- a/docs/source/orderer/ordering_service.md +++ b/docs/source/orderer/ordering_service.md @@ -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 diff --git a/docs/source/prereqs.md b/docs/source/prereqs.md index 15e12ecbeab..51de225c50e 100644 --- a/docs/source/prereqs.md +++ b/docs/source/prereqs.md @@ -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) diff --git a/docs/source/security_model.md b/docs/source/security_model.md index d7feb3ff068..bb2b3f8b99b 100644 --- a/docs/source/security_model.md +++ b/docs/source/security_model.md @@ -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. diff --git a/docs/wrappers/peer_lifecycle_chaincode_postscript.md b/docs/wrappers/peer_lifecycle_chaincode_postscript.md index df2645af58e..36f7ecb954f 100644 --- a/docs/wrappers/peer_lifecycle_chaincode_postscript.md +++ b/docs/wrappers/peer_lifecycle_chaincode_postscript.md @@ -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