Skip to content

Commit 1e2dea7

Browse files
davidjsonnsownak
andauthored
fix spelling issues (#2667)
* fix errors CONTRIBUTING.md Signed-off-by: David Klank <[email protected]> * fix error README.md Signed-off-by: David Klank <[email protected]> * fix error README.md Signed-off-by: David Klank <[email protected]> * fix error indy.md Signed-off-by: David Klank <[email protected]> * fix error vault.md Signed-off-by: David Klank <[email protected]> --------- Signed-off-by: David Klank <[email protected]> Co-authored-by: Sownak Roy <[email protected]>
1 parent b3b09d2 commit 1e2dea7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ there's always plenty to do!
77

88
First things first, please review the [Hyperledger Code of Conduct](https://wiki.hyperledger.org/display/HYP/Hyperledger+Code+of+Conduct) before participating and please follow it in all your interactions with the project.
99

10-
You can contibute to Hyperledger Bevel, as a user or/and as a developer.
10+
You can contribute to Hyperledger Bevel, as a user or/and as a developer.
1111

1212
##### As a user:
1313

@@ -117,7 +117,7 @@ The current directory structure is described as the following:
117117

118118

119119
> - automation/ : This folder contains the Jenkinsfile to deploy DLT Platforms supported by Hyperledger Bevel on a demo environment.
120-
> - hyperledger-fabric/ : ontains network.yaml file and fabric Jenkinsfile
120+
> - hyperledger-fabric/ : contains network.yaml file and fabric Jenkinsfile
121121
> - r3-corda/ : Contains network.yaml file and Jenkinsfile for doorman,networkmap and entire network deployment file.
122122
> - initcontainer.Jenkinsfile : This file is used to initialize a container with basic configuration. This will be used on both hyperledger and r3-corda platforms.
123123
> - docs/

docs/source/archive/platforms/indy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Hyperledger Bevel creates/provides own Docker images, which are based on Ubuntu
3737
## Vault Configuration
3838

3939
Hyperledger Bevel stores their `crypto` immediately within the secret secrets engine.
40-
The `crypto` is stored by each organization under `/org_name_lowercase` - it contains provate/public keys, dids and seeds.
40+
The `crypto` is stored by each organization under `/org_name_lowercase` - it contains private/public keys, dids and seeds.
4141

4242

43-
The complete key paths in the vault can be referred [here](../certificates/indy.md).
43+
The complete key paths in the vault can be referred [here](../certificates/indy.md).

docs/source/concepts/vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ There are two approaches to installing Vault:
4848
Downloading a precompiled binary is easiest and provides downloads over TLS along with SHA256 sums to verify the binary. Hashicorp also distributes a PGP signature with the SHA256 sums that should be verified.
4949

5050
## Securing RPC Communication with TLS Encryption
51-
Securing your cluster with TLS encryption is an important step for production deployments. The recomended tool for vault certificate management is Consul. Hashicorp Consul is a networking tool that provides a fully featured service-mesh control plane, service discovery, configuration, and segmentation.
51+
Securing your cluster with TLS encryption is an important step for production deployments. The recommended tool for vault certificate management is Consul. Hashicorp Consul is a networking tool that provides a fully featured service-mesh control plane, service discovery, configuration, and segmentation.
5252

5353
Consul supports using TLS to verify the authenticity of servers and clients. To enable TLS, Consul requires that all servers have certificates that are signed by a single Certificate Authority (CA). Clients should also have certificates that are authenticated with the same CA.
5454

platforms/shared/charts/haproxy-ingress/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ The haproxy-ingress folder keeps the helm chart tgz file of haproxy-ingress proj
44

55
## Usage
66

7-
The values.yaml contains the default values by the helm chart, this file can be modifed to configure the haproxy-ingress deployment.
7+
The values.yaml contains the default values by the helm chart, this file can be modified to configure the haproxy-ingress deployment.
88

99
## Customizing the chart
1010

11-
If the required customization is specific to Bevel usage of haproxy-ingress then create an issue on Bevel github board.
11+
If the required customization is specific to Bevel usage of haproxy-ingress then create an issue on Bevel github board.

0 commit comments

Comments
 (0)