You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ts...@apache.org on 2022/11/04 04:56:52 UTC

[camel-kamelets] branch main updated: Fix typo in README.md

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 <sa...@gmail.com>
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.