X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Fscript-hello.md;h=ff159541fe39e4e74b87e4239b9ec9cf516a3fde;hp=2edd73b62a51c77907a9e6c28c001e7e9407725d;hb=30d4771a0e8439a976ca95647e655b7fa5796462;hpb=7118f6784ab97ba8eb1dd1a5792bbe472d99b3c6 diff --git a/docs/content/shared-javascript-and-cpp-documentation/script-hello.md b/docs/content/shared-javascript-and-cpp-documentation/script-hello.md index 2edd73b..ff15954 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/script-hello.md +++ b/docs/content/shared-javascript-and-cpp-documentation/script-hello.md @@ -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 +*/