From 2c05beacf7a58dd4ce77fe8eb64567b2f409a007 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:23:38 +0100 Subject: [PATCH] fix: typos in documentation files (#2646) * Update deploy-network.yaml Signed-off-by: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> * Update external-chaincode-ops.yaml Signed-off-by: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> * Update manage-user-certificate.yaml Signed-off-by: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> * Update add-new-channel.yaml Signed-off-by: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> --------- Signed-off-by: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> --- platforms/hyperledger-fabric/configuration/add-new-channel.yaml | 2 +- platforms/hyperledger-fabric/configuration/deploy-network.yaml | 2 +- .../configuration/external-chaincode-ops.yaml | 2 +- .../configuration/manage-user-certificate.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/platforms/hyperledger-fabric/configuration/add-new-channel.yaml b/platforms/hyperledger-fabric/configuration/add-new-channel.yaml index 86adf495296..c5935d60ae9 100644 --- a/platforms/hyperledger-fabric/configuration/add-new-channel.yaml +++ b/platforms/hyperledger-fabric/configuration/add-new-channel.yaml @@ -10,7 +10,7 @@ # and want to add a new channel to the existing network ########################################################################################## # This playbook can only be run after all pods and orderers are available -# Please edit the same network.yaml according to the documenation in docs/sourc/operations/add_new_channel_fabric.md. +# Please edit the same network.yaml according to the documentation in docs/sourc/operations/add_new_channel_fabric.md. # Refer the example under platforms/hyperledger-fabric/configurations/samples/network-fabric-add-new-channel.yaml --- # This will apply to ansible_provisioners. /etc/ansible/hosts should be configured with this group diff --git a/platforms/hyperledger-fabric/configuration/deploy-network.yaml b/platforms/hyperledger-fabric/configuration/deploy-network.yaml index b3370ab63fb..64c9009dea6 100644 --- a/platforms/hyperledger-fabric/configuration/deploy-network.yaml +++ b/platforms/hyperledger-fabric/configuration/deploy-network.yaml @@ -5,7 +5,7 @@ ############################################################################################## # This playbook deploys a DLT network on existing Kubernetes clusters -# The Kubernetes clusters should already be created and the infomation to connect to the +# The Kubernetes clusters should already be created and the information to connect to the # clusters be updated in the network.yaml file that is used as an input to this playbook ########################################################################################### # To Run this playbook from this directory, use the following command (network.yaml also in this directory) diff --git a/platforms/hyperledger-fabric/configuration/external-chaincode-ops.yaml b/platforms/hyperledger-fabric/configuration/external-chaincode-ops.yaml index 3ff73511ba9..364c1d68bb6 100644 --- a/platforms/hyperledger-fabric/configuration/external-chaincode-ops.yaml +++ b/platforms/hyperledger-fabric/configuration/external-chaincode-ops.yaml @@ -1,5 +1,5 @@ # This playbook executes required tasks to install and instantiate external chaincode -# on existing Kubernetes clusters. The Kubernetes clusters should already be created and the infomation +# on existing Kubernetes clusters. The Kubernetes clusters should already be created and the information # to connect to the clusters be updated in the network.yaml file that is used as an input to this playbook ########################################################################################### # To Run this playbook from this directory, use the following command (network.yaml also in this directory) diff --git a/platforms/hyperledger-fabric/configuration/manage-user-certificate.yaml b/platforms/hyperledger-fabric/configuration/manage-user-certificate.yaml index 770a0d93aca..1901b34b450 100644 --- a/platforms/hyperledger-fabric/configuration/manage-user-certificate.yaml +++ b/platforms/hyperledger-fabric/configuration/manage-user-certificate.yaml @@ -6,7 +6,7 @@ # This playbook manages user certificates for peers using existing Fabric-CA deployment on k8s # It creates new user identities or updates them -# The Kubernetes clusters should already be created and the infomation to connect to the +# The Kubernetes clusters should already be created and the information to connect to the # clusters be updated in the network-user-certificate.yaml file that is used as an input to this playbook ########################################################################################### # To Run this playbook from this directory, use the following command