summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-06-03 09:37:43 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-06-03 09:37:43 -0700
commitce457dafb80521f021d1a0b711af0342351f4cc2 (patch)
tree35beec2f3e958a7d99f9fa9817a2d15587b49884 /ios
parent7ac767226f1b7646069d38b607b7af0ea65d696c (diff)
downloadqtlocation-mapboxgl-ce457dafb80521f021d1a0b711af0342351f4cc2.tar.gz
fix typo
Diffstat (limited to 'ios')
-rwxr-xr-xios/docs/install_docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/docs/install_docs.sh b/ios/docs/install_docs.sh
index e907581924..8fa768b997 100755
--- a/ios/docs/install_docs.sh
+++ b/ios/docs/install_docs.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
if [ -z `which appledoc` ]; then
- echo "Unable to find appledoc. https://github.com/mapbox/mapbox-gl-native#manually"
+ echo "Unable to find appledoc. See https://github.com/mapbox/mapbox-gl-native#manually"
exit 1
fi