summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Fader <samfader@users.noreply.github.com>2019-06-13 13:40:50 -0700
committerJason Wray <friedbunny@users.noreply.github.com>2019-06-13 13:40:50 -0700
commit5fbfd1bbebeea02f1346fcc49aa3f6a9ad239baf (patch)
tree98ea7817a323a098d41fbc026c032b872679335f
parentcf153c34ee8d77bbb0f53936eec4f58f26a0b761 (diff)
downloadqtlocation-mapboxgl-5fbfd1bbebeea02f1346fcc49aa3f6a9ad239baf.tar.gz
[ios, docs] Fix grammatical issue in GeoJSON guide
-rw-r--r--platform/darwin/docs/guides/Working with GeoJSON Data.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/docs/guides/Working with GeoJSON Data.md b/platform/darwin/docs/guides/Working with GeoJSON Data.md
index f3b3dc0918..269bb86039 100644
--- a/platform/darwin/docs/guides/Working with GeoJSON Data.md
+++ b/platform/darwin/docs/guides/Working with GeoJSON Data.md
@@ -20,7 +20,7 @@ be a local file URL, an HTTP URL, or an HTTPS URL.
Once you’ve added the GeoJSON file to the map via an `MGLShapeSource` object,
you can configure the appearance of its data and control what data is visible
-using `MGLStyleLayer` objects, you can
+using `MGLStyleLayer` objects. You can also
[access the data programmatically](#extracting-geojson-data-from-the-map).
## Converting GeoJSON data into shape objects