Updated documentation to ensure DALi is referenced as such.
[platform/core/uifw/dali-toolkit.git] / docs / content / shared-javascript-and-cpp-documentation / script-hello.md
index 2edd73b..ff15954 100644 (file)
@@ -12,7 +12,7 @@
    "name": "text-label",
    "type": "TextLabel",
    "text": "Hello World",
-   "parent-origin": "CENTER"
+   "parentOrigin": "CENTER"
  }]
 }
 ~~~
@@ -43,7 +43,7 @@
 ~~~
  ## Hello World - Javascript
 
- The DALi script application is needed to run the Javascript which provides a Javascript runtime and an interface to Dali.
+ The DALi script application is needed to run the Javascript which provides a Javascript runtime and an interface to DALi.
 
 ~~~
  scripting.example hello-world.js
@@ -66,4 +66,4 @@
 
 @class _Guide_Script_Hello_World
 
-*/
\ No newline at end of file
+*/