This is an automated email from the ASF dual-hosted git repository.
tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 76b869f8 Fix typo in README.md
76b869f8 is described below
commit 76b869f8c8ac498f326d7cde32621b64eb38a743
Author: Tadayoshi Sato <[email protected]>
AuthorDate: Fri Nov 4 13:56:32 2022 +0900
Fix typo in README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 12ab0f0e..9117f901 100644
--- a/README.md
+++ b/README.md
@@ -153,7 +153,7 @@ Kamelets **MAY** choose not to declare a `mediaType` when
it varies depending on
### Testing
-Kamelets **SHOULD** be accompained with testing code that verifies their
correct behavior.
+Kamelets **SHOULD** be accompanied with testing code that verifies their
correct behavior.
[Yaks](https://github.com/citrusframework/yaks) is the testing framework of
choice for Kamelets and the one implemented in the CI.