Skip to content

Commit

Permalink
fix: typos in documentation files (#2646)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
maximevtush authored Feb 19, 2025
1 parent c19a221 commit 2c05bea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c05bea

Please # to comment.