From ce457dafb80521f021d1a0b711af0342351f4cc2 Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Wed, 3 Jun 2015 09:37:43 -0700 Subject: [PATCH] fix typo --- ios/docs/install_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/docs/install_docs.sh b/ios/docs/install_docs.sh index e907581924b..8fa768b997c 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