summaryrefslogtreecommitdiff
path: root/platform/ios/docs/guides/Gesture Recognizers.md
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2017-12-04 16:40:14 -0800
committerGitHub <noreply@github.com>2017-12-04 16:40:14 -0800
commit8f3cc3dbc4fb0f46f0e2eb00d0b644063c43a582 (patch)
treece40e3163668e2ac8835e43177c0cafe6afa1eb3 /platform/ios/docs/guides/Gesture Recognizers.md
parentcb5dc2eed8e773e6064419f2d40c969b6ec22fdb (diff)
downloadqtlocation-mapboxgl-8f3cc3dbc4fb0f46f0e2eb00d0b644063c43a582.tar.gz
[ios, macos] Rename the iOS and macOS SDKs (#10610)
Diffstat (limited to 'platform/ios/docs/guides/Gesture Recognizers.md')
-rw-r--r--platform/ios/docs/guides/Gesture Recognizers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/docs/guides/Gesture Recognizers.md b/platform/ios/docs/guides/Gesture Recognizers.md
index 08e4c150e1..26237e3cfa 100644
--- a/platform/ios/docs/guides/Gesture Recognizers.md
+++ b/platform/ios/docs/guides/Gesture Recognizers.md
@@ -1,6 +1,6 @@
# User Interactions
-The Mapbox iOS SDK provides a set of built-in gesture recognizers. You can customize or supplement these gestures according to your use case. You see what gesture recognizers are on your `MGLMapView` by accessing the `gestureRecognizers` property on your map.
+The Mapbox Maps SDK for iOS provides a set of built-in gesture recognizers. You can customize or supplement these gestures according to your use case. You see what gesture recognizers are on your `MGLMapView` by accessing the `gestureRecognizers` property on your map.
## Configuring user interaction