Repository: apex-site Updated Branches: refs/heads/master 1928887e9 -> 80bb44566
fixed grammar Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/80bb4456 Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/80bb4456 Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/80bb4456 Branch: refs/heads/master Commit: 80bb44566ea608634051dcf3841260ef06e4afd9 Parents: 1928887 Author: David Yan <[email protected]> Authored: Thu Jun 30 11:58:18 2016 -0700 Committer: David Yan <[email protected]> Committed: Thu Jun 30 11:58:18 2016 -0700 ---------------------------------------------------------------------- src/md/verification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/80bb4456/src/md/verification.md ---------------------------------------------------------------------- diff --git a/src/md/verification.md b/src/md/verification.md index a8e1323..eb394ea 100644 --- a/src/md/verification.md +++ b/src/md/verification.md @@ -99,7 +99,7 @@ mvn verify -Papache-release -DskipTests For verification of Apex build, check backward compatibility with respect to Malhar. Locally update *apex.core.version* in Malhar to point to *to-be released* version of apex-core and recompile Malhar. -Launch few demos to make sure everything is working fine using *apex* utility. The apex script is present at <apex-core-folder>/engine/src/main/scripts/apex . If apex-core is being verified, then simply use engine/src/main/scripts/apex to launch the script. Otherwise, prefix it with apex-core folder path. +Launch a few demos to make sure everything is working fine using *apex* utility. The apex script is present at <apex-core-folder>/engine/src/main/scripts/apex . If apex-core is being verified, then simply use engine/src/main/scripts/apex to launch the script. Otherwise, prefix it with apex-core folder path. ```bash engine/src/main/scripts/apex
