Repository: apex-site Updated Branches: refs/heads/master 382f001e0 -> 1928887e9
fixed typo Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/1928887e Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/1928887e Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/1928887e Branch: refs/heads/master Commit: 1928887e993bd9e93a6caa94c5aa17832fbe6b65 Parents: 382f001 Author: David Yan <[email protected]> Authored: Thu Jun 30 11:57:09 2016 -0700 Committer: David Yan <[email protected]> Committed: Thu Jun 30 11:57:09 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/1928887e/src/md/verification.md ---------------------------------------------------------------------- diff --git a/src/md/verification.md b/src/md/verification.md index 6e20a29..a8e1323 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* utitlity. 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 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
