Skip to content

Commit

Permalink
style: fix typos in script comments
Browse files Browse the repository at this point in the history
Co-authored-by: Rajat Parashar <[email protected]>
  • Loading branch information
Hayata Suenaga and parasharrajat authored Aug 14, 2023
1 parent d1a172a commit 00b8432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configure-mapbox-walkthrough.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo -e "This script helps you set up crednetials needed to use Mapbox SDKs for iOS and Android\n\nWe need two kinds of tokens: one for donlowding Mapbox's closed-sourced SDKs, and the other for accessing Mapbox's API from these SDKs"
echo -e "This script helps you set up credentials needed to use Mapbox SDKs for iOS and Android\n\nWe need two kinds of tokens: one for downloading Mapbox's closed-sourced SDKs, and the other for accessing Mapbox's API from these SDKs"

echo -e "\nStep 1: Go to https://account.mapbox.com/access-tokens/. If you don't have a Mapbox account yet, crease one. Copy the token named \"Default public token.\" This token is used to call Mapbox API to display maps and get directions. Paste the copied token below and hit enter (the token won't be displayed)\n"

Expand Down

0 comments on commit 00b8432

Please sign in to comment.