Skip to content

Commit 2942e4e

Browse files
Merge pull request #222 from mgoerens/typos
Fix typos in the documentation
2 parents 0ee418a + 7e2e380 commit 2942e4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ That will print to the screen a report that can be saved by redirection and also
7070
In order to test operands, i.e., the CRs or applications with the operators we need to modify the audit plan like below:
7171

7272
```
73-
./bin/opcap check --auditplan=OperatorInstall,OperandInstall,OperandCleanUp,OperatorCleanUp
73+
./bin/opcap check --audit-plan=OperatorInstall,OperandInstall,OperandCleanUp,OperatorCleanUp
7474
```
7575

7676
And that's what you should see on the screen. Both operator and operand tested for basic install.

docs/contribution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Please note we have a code of conduct, please follow it in all your interactions
77

88
## Pull Request Process
99

10-
0. Fork the repo to your personal github workspace, create a new brach for the feature, bug, documentation etc. you intend to work on and when ready create a Pull Request from that branch to opcap's main branch. Don't forget to add `-s` to your `git commit` to make sure all your commits are properly signed with your user information and emails.
11-
1. Ensure any install or build dependencies are removed such as files or logs that were not included on the gitignore file. It's often to check the files being staged for commit with `git status` to prevent staging files that are not part of the code. You can discard undesired changes with `git restore`command. Check git context help on that.
10+
0. Fork the repo to your personal github workspace, create a new branch for the feature, bug, documentation etc. you intend to work on and when ready create a Pull Request from that branch to opcap's main branch. Don't forget to add `-s` to your `git commit` to make sure all your commits are properly signed with your user information and emails.
11+
1. Ensure any install or build dependencies are removed such as files or logs that were not included on the gitignore file. It's often useful to check the files being staged for commit with `git status` to prevent staging files that are not part of the code. You can discard undesired changes with `git restore` command. Check git context help on that.
1212
2. Update the README.md with details of changes to the interface, this includes new environment
1313
variables, exposed ports, useful file locations and container parameters.
1414
3. Your pull request will be merged automatically with an APPROVED and a LGTM labels from two other developers. If you don't want to have it merged automatically please put the label `do-not-merge/hold`.

0 commit comments

Comments
 (0)