Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 219dd12

Browse files
authored
Fix issues reported by LanguageTool (#321)
Resolves: #320 Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent 6a0b5af commit 219dd12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
## Introduction
3131

32-
The Tang operator helps providing [NBDE](https://access.redhat.com/articles/6987053)
32+
The Tang operator helps to provide [NBDE](https://access.redhat.com/articles/6987053)
3333
technology for OpenShift/K8S. It deploys one or several Tang servers automatically.
3434
The Tang server container image to launch is configurable, and will use the latest one
3535
available by default. The Tang operator has been developed using
@@ -39,7 +39,7 @@ The Tang operator avoids having to follow all Tang manual installation steps,
3939
and leverages some of the features provided by OpenShift: multi-replica deployment,
4040
scale-in/out, scale up/down or traffic load balancing.
4141

42-
This operator also allows automation of certain operations, which are error prone
42+
This operator also allows automation of certain operations, which are error-prone
4343
if executed manually. Examples of these operations are:
4444
- server deployment and configuration
4545
- key rotation
@@ -79,7 +79,7 @@ Tang operator-bundle are:
7979
- v0.0.21: Use tangd-healthcheck for aliveness and readiness, separating intervals
8080
- v0.0.22: Remove personal accounts and use organization ones
8181
- v0.0.23: Selective hidden keys deletion
82-
- v0.0.24: Execute Tang container pod as non root user
82+
- v0.0.24: Execute Tang container pod as non-root user
8383
- v0.0.25: Allow key handling without cluster role configuration
8484
- v0.0.26: Use RHEL9 Tang container version
8585
- v0.0.27: Update operator-sdk and supported Go version (1.19.6 and higher)
@@ -472,10 +472,10 @@ This job cross compiles code in other supported architectures, in particular for
472472
* `amd64`
473473

474474
### Shellcheck
475-
Shellcheck job checks that existing `bash` scripts in the projects contain no fails.
475+
Job that helps to check that existing `bash` scripts in the projects contain no fails.
476476

477477
### Spellcheck
478-
Spellcheck job checks for spell correctness in documentation (in particular, for Markdown files).
478+
Specific job that checks for spell correctness in documentation (in particular, for Markdown files).
479479

480480
### Golang CI lint
481481
This job performs static check of Golang code.

0 commit comments

Comments
 (0)