You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/09/03 11:00:15 UTC

[camel-quarkus] 01/02: Update first-steps.adoc

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 8554bd6777d1b3b6c4555347359dbd6cf9f2e7d5
Author: PoojaChandak <po...@gmail.com>
AuthorDate: Tue Sep 1 16:17:40 2020 +0530

    Update first-steps.adoc
    
    Typo correction
---
 docs/modules/ROOT/pages/user-guide/first-steps.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/user-guide/first-steps.adoc b/docs/modules/ROOT/pages/user-guide/first-steps.adoc
index 03f2528..f7214bb 100644
--- a/docs/modules/ROOT/pages/user-guide/first-steps.adoc
+++ b/docs/modules/ROOT/pages/user-guide/first-steps.adoc
@@ -2,7 +2,7 @@
 :page-aliases: first-steps.adoc
 
 We recommend you to choose an example from our https://github.com/apache/camel-quarkus/tree/master/examples[source tree]
-as a base for your real world project.
+as a base for your real-world project.
 
 == Prerequisites
 
@@ -13,12 +13,12 @@ as a base for your real world project.
 * GraalVM with `native-image` command installed and `GRAALVM_HOME` environment variable set, see
   https://quarkus.io/guides/building-native-image-guide[Building a native executable] section of the Quarkus
   documentation.
-* If your are on Linux, `docker` is sufficient for the native mode too. Use `-Pnative,docker` instead of `-Pnative`
+* If you are on Linux, `docker` is sufficient for the native mode too. Use `-Pnative,docker` instead of `-Pnative`
   if you choose this option.
 
 == Step by step with the `rest-json` example
 
-1. Clone Camel Quarkus and checkout the latest release tag
+1. Clone Camel Quarkus and check out the latest release tag
 +
 [source,shell]
 ----