Skip to content

Commit

Permalink
Correction of spelling errors (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
patsevanton authored Apr 4, 2024
1 parent 92d1df3 commit 0ad77f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Custom options:

## Writing Tests

Any new new component or change to an existing one should be covered by tests to ensure that the code works, and that it keeps working into the future.
Any new component or change to an existing one should be covered by tests to ensure that the code works, and that it keeps working into the future.
This section will help you in adding your own tests to this collection.

### Plugins
Expand Down
2 changes: 1 addition & 1 deletion roles/step_bootstrap_host/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ It will:
- Default: `step-cli`

##### `step_cli_install_dir`
- Used if the binary defined by `step_cli_executable` is not found on the system and `step_cli_executable` contains a executable name
- Used if the binary defined by `step_cli_executable` is not found on the system and `step_cli_executable` contains an executable name
- Sets the directory to install `step_cli_executable` into
- The directory must already exist
- Ignored if `step_cli_executable` contains a directory already
Expand Down
2 changes: 1 addition & 1 deletion roles/step_ca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ It is thus **very** important that you **back up your root key and password** in
- Default: `step-cli`

##### `step_cli_install_dir`
- Used if `step_cli_executable` is not found and contains a executable name
- Used if `step_cli_executable` is not found and contains an executable name
- Sets the directory to install `step_cli_executable` into
- The directory must already exist
- Ignored if `step_cli_executable` contains a path already
Expand Down

0 comments on commit 0ad77f2

Please sign in to comment.