Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Sep 22, 2023
1 parent f808bfd commit 5b322f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check Spelling
uses: crate-ci/typos@7ad296c72fa8265059cc03d1eda562fbdfcd6df2 # v1.9.0
with:
files: ./README.md ./docs/*.md ./docs/*/*.md
files: ./README.md ./docs/*.md ./docs/*/*.md ./docs/*/*/*.md

- name: Lint and format Python code
run: |
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/converged-computing/metrics-operator
newTag: latest
newTag: test
2 changes: 1 addition & 1 deletion docs/development/designs/current.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Current Design

For this second design,m we can more easily say:
For this second design, we can more easily say:

> A Metric Set is a collection of metrics to measure IO, performance, or networking that can be customized with addons.
Expand Down
2 changes: 1 addition & 1 deletion docs/development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ any questions, please [let us know](https://github.com/converged-computing/metri
```{toctree}
:maxdepth: 3
developer-guide
designs
designs/index.md
metrics
debugging
creation
Expand Down

0 comments on commit 5b322f5

Please sign in to comment.