From 26c7235c9d80ff3ffebaf8703601289a6ee5258f Mon Sep 17 00:00:00 2001 From: theboringstuff <39027092+theboringstuff@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:12:13 +0300 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5242ad1b8..780989b40 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ There are following key locations in the repository | Paths | Description | | ----- | ----------- | | `.github/workflows/`, `ci/` | Contain GitHub Actions configuration which runs unit/integration tests, builds/publishes artifacts, etc | -| `documentation/`, `examples/`, `README.md` | Contain documentation and exmaples | +| `documentation/`, `examples/`, `README.md` | Contain documentation and examples | | `kubemarine/` | Contains source code for KubeMarine python package | | `test/` | Contains tests | | `bin/`, `scripts/ci/` | Contains auxiliary scripts used during KubeMarine build |