This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new f80a100 Fixed typo
f80a100 is described below
commit f80a100c8aa9cd1a8d8a9a81b3b52c32a6a360ca
Author: Harbs <[email protected]>
AuthorDate: Tue May 12 01:26:03 2020 +0300
Fixed typo
---
releasemgr/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/releasemgr/README b/releasemgr/README
index 352e0d7..5a9ef6e 100644
--- a/releasemgr/README
+++ b/releasemgr/README
@@ -21,7 +21,7 @@ Getting Royale
Official Apache Royale releases are in the form of a source package, which
needs to
be built by Apache Ant or Apache Maven before it can be used to build
applications
that produce JS or SWF output. Royale also provides pre-built packages (often
referred
-to as "binary convenience packages") for users who choose not to compile
Royale from sourc.
+to as "binary convenience packages") for users who choose not to compile
Royale from source.
Royale compiled binaries are available as Maven artifacts and through Node
Package Manager (NPM). If you want to use NPM, see "Getting Royale with NPM"
below.