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-k.git
The following commit(s) were added to refs/heads/main by this push:
new 0ff3f5b9d docs: fix typo
0ff3f5b9d is described below
commit 0ff3f5b9d4711c22defa4c69852392201e2e4284
Author: Tadayoshi Sato <[email protected]>
AuthorDate: Fri Nov 11 15:51:49 2022 +0900
docs: fix typo
---
docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc
b/docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc
index 3b5022e61..228e2726c 100644
--- a/docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc
+++ b/docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc
@@ -23,12 +23,12 @@ spec:
[[kameletbindings-error-handler-types]]
== Error Handler Types
-We have different types of error handler: `ǹone`, `log` and `sink`. The
`errorHandler` parameter is optional.
+We have different types of error handler: `none`, `log` and `sink`. The
`errorHandler` parameter is optional.
[[kameletbindings-error-handler-none]]
=== No error handler
-There may be certain cases where you want to just ignore any failure happening
on your integration. In this situation just use a `ǹone` error handler.
+There may be certain cases where you want to just ignore any failure happening
on your integration. In this situation just use a `none` error handler.
[source,yaml]
----