nicolaferraro closed pull request #187: corrected minor spelling or wrong 
language reference (Kotlin->JavaScript)
URL: https://github.com/apache/camel-k/pull/187
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.adoc b/README.adoc
index f969ee3..dd52f01 100644
--- a/README.adoc
+++ b/README.adoc
@@ -146,11 +146,11 @@ Camel K supports multiple languages for writing 
integrations:
 | Java                         | Both integrations in source `.java` files or 
compiled `.class` file can be run.
 | XML                          | Integrations written in plain XML DSL are 
supported (Spring XML or Blueprint not supported).
 | Groovy                       | Groovy `.groovy` files are supported 
(experimental).
-| JavaScript                    | JavaScript `.js` files are supported 
(experimental).
+| JavaScript        | JavaScript `.js` files are supported (experimental).
 | Kotlin                       | Kotlin Script `.kts` files are supported 
(experimental).
 |=======================
 
-More information about supported languages is provided in the 
link:docs/languages.adoc[lanuguages guide].
+More information about supported languages is provided in the 
link:docs/languages.adoc[languages guide].
 
 Integrations written in different languages are provided in the 
link:/runtime/examples[examples] directory.
 
diff --git a/docs/languages.adoc b/docs/languages.adoc
index 1bef183..42f0557 100644
--- a/docs/languages.adoc
+++ b/docs/languages.adoc
@@ -20,7 +20,7 @@ Work In Progress
 
 === Java
 
-Using java to write an integration to be deployed using camel-k is not 
different from defining your routing rules in Camel with the only difference 
that you do not need to build and package it as a jar.
+Using Java to write an integration to be deployed using camel-k is not 
different from defining your routing rules in Camel with the only difference 
that you do not need to build and package it as a jar.
 
 [source,java]
 .Example
@@ -271,7 +271,7 @@ rest {
 
 === JavaScript
 
-integration written in Kotlin looks very similar to a Java one:
+The integration written in JavaScript looks very similar to a Java one:
 
 [source,js]
 ----


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to