This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new 75cbe39 Polished
75cbe39 is described below
commit 75cbe3986a7a1321df777181cbbe6807da5f78e7
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Dec 14 16:08:34 2021 +0100
Polished
---
docs/modules/languages/pages/languages.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/modules/languages/pages/languages.adoc
b/docs/modules/languages/pages/languages.adoc
index 5614982..4a7f00b 100644
--- a/docs/modules/languages/pages/languages.adoc
+++ b/docs/modules/languages/pages/languages.adoc
@@ -13,7 +13,7 @@ Camel K supports multiple languages for writing integrations:
| xref:yaml.adoc[YAML] | Integrations written in YAML DSL are
supported
| xref:groovy.adoc[Groovy] | Groovy `.groovy` files are supported
(experimental)
| xref:kotlin.adoc[Kotlin] | Kotlin Script `.kts` files are
supported (experimental)
-| xref:jsh.adoc[JShell] | JShell (Java Shell) '.jsh' files are
supported (experimental)
+| xref:jsh.adoc[JShell] | JShell (Java Shell) `.jsh` files are
supported (experimental)
| xref:javascript.adoc[JavaScript] | JavaScript `.js` files are supported
(experimental)
|=======================