diff options
author | Valery Sizov <valery@gitlab.com> | 2015-02-13 08:58:10 +0000 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2015-02-13 08:58:10 +0000 |
commit | 90366924703a33b061e0e88f3cb919b430907421 (patch) | |
tree | 3f85ef287bb395caf87438a08a714f4086733678 | |
parent | 0a8ae1591bcc0474136cd61d4264c7901f8f2358 (diff) | |
parent | 0a9695e035bdbcd95ec962c3e8a7ea1d2c7ba4ab (diff) | |
download | gitlab-ci-90366924703a33b061e0e88f3cb919b430907421.tar.gz |
Merge branch 'fix_docs_typo' into 'master'
Fix typo in docs
Changed `Dependancies` to `Dependencies`
See merge request !40
-rw-r--r-- | doc/examples/build_script_sencha_deploy_phonegapbuild.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/build_script_sencha_deploy_phonegapbuild.md b/doc/examples/build_script_sencha_deploy_phonegapbuild.md index 57c4e8f..30c31fe 100644 --- a/doc/examples/build_script_sencha_deploy_phonegapbuild.md +++ b/doc/examples/build_script_sencha_deploy_phonegapbuild.md @@ -19,7 +19,7 @@ HOWTO - chdir to your sencha app root - execute the script -Dependancies +Dependencies ------------ - JSON.sh from https://github.com/dominictarr/JSON.sh |