Changed all property & signal names to lowerCamelCase
[platform/core/uifw/dali-toolkit.git] / docs / content / shared-javascript-and-cpp-documentation / script-hello.md
index 488cb8b..4f2e234 100644 (file)
@@ -1,5 +1,6 @@
-/**
- *
+<!--
+/**-->
+
  # Hello World - JSON layout{#script-hello}
 
  The following JSON code is the minimum required to put the sentence "Hello World" on the screen.
@@ -11,7 +12,7 @@
    "name": "text-label",
    "type": "TextLabel",
    "text": "Hello World",
-   "parent-origin": "CENTER"
+   "parentOrigin": "CENTER"
  }]
 }
 ~~~
 ~~~
  ## 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
 ~~~
 
- The TextLabel control to display Hello World can be constructed using Javascript dot notation accessing Dali Actor Properties.
+ The TextLabel control to display Hello World can be constructed using Javascript dot notation accessing DALi Actor Properties.
 
 ~~~{.js}
 // JavaScript
@@ -64,4 +65,5 @@
 ~~~
 
 @class _Guide_Script_Hello_World
- */
\ No newline at end of file
+
+*/
\ No newline at end of file