This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/develop by this push:
new 58ea534 Update build.md
58ea534 is described below
commit 58ea5342328fe3ab4f5394719774baa73a89f00c
Author: Andrew Wetmore <[email protected]>
AuthorDate: Thu Feb 1 18:57:37 2018 -0400
Update build.md
Fixed a typo.
---
create-an-application/application-tutorial/build.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/create-an-application/application-tutorial/build.md
b/create-an-application/application-tutorial/build.md
index de79f27..14b458b 100644
--- a/create-an-application/application-tutorial/build.md
+++ b/create-an-application/application-tutorial/build.md
@@ -191,7 +191,7 @@ initialize="addEventListener('dataReady',
dataReadyHandler);configurator.send()"
</js:Application>
```
-Since we are interested in JS output and you're using an
[IDE](Welcome/Get_Started/Development-tools.html), set that output target in
the project before compiling. If you're using command-line scripts, run:
+Since we are interested in JS output, if you're using an
[IDE](Welcome/Get_Started/Development-tools.html), set that output target in
the project before compiling. If you're using command-line scripts, run:
```
<path to Royale SDK>/royale-asjs/js/bin/mxmlc -debug=true
GitHubCommitLogViewer.mxml
--
To stop receiving notification emails like this one, please contact
[email protected].