From 24f5bcaccbb8a11903e996c095d56a90d2355a9f Mon Sep 17 00:00:00 2001 From: alansemenov Date: Thu, 18 Jan 2024 16:32:34 +0100 Subject: [PATCH] Trigger docs update --- docs/index.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.adoc b/docs/index.adoc index 25a8cd0..d9b2357 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -14,7 +14,7 @@ This guide will show you how to: * set up a local developer environment * create an Enonic app -* Use Content Studio +* use Content Studio * customize the app by adding a new content type * access and use the GraphQL API * optionally - deploy your app to a live server in the Cloud @@ -61,9 +61,9 @@ https://developer.enonic.com/docs/xp/stable/apps[Enonic apps^] are used to ship This command will: -* use the github repo `github.com/enonic/tutorial-intro` as a starter -* to create an app called `com.example.myapp` -* in the directory `myapp` setting version number to `1.0.0` +* use the github repo `github.com/enonic/tutorial-intro` as a starter +* to create an app called `com.example.myapp` +* in the directory `myapp` setting version number to `1.0.0` * and link it to `mysandbox` which you created earlier TIP: A pre-compiled standard version of this app is also available on https://market.enonic.com/vendors/enonic/intro[Enonic Market^].