From 486a55ed7f9592ffb9354a42f575978c76675063 Mon Sep 17 00:00:00 2001 From: csobier Date: Fri, 29 Jan 2016 11:52:17 -0500 Subject: [PATCH] edited intro text and fixed typo --- docs/Map-API.md | 2 +- docs/named_maps.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Map-API.md b/docs/Map-API.md index bb74d209..df411259 100644 --- a/docs/Map-API.md +++ b/docs/Map-API.md @@ -1,6 +1,6 @@ # Maps API -The CartoDB Maps API allows you to generate maps based on data hosted in your CartoDB account and you can apply custom SQL and CartoCSS to the data. The API generates a XYZ-based URL to fetch Web Mercator projected tiles using web clients such as [Leaflet](http://leafletjs.com), [Google Maps](https://developers.google.com/maps/), or [OpenLayers](http://openlayers.org/). +The CartoDB Maps API allows you to generate maps based on data hosted in your CartoDB account and apply custom SQL and CartoCSS to the data. The API generates a XYZ-based URL to fetch Web Mercator projected tiles, using web clients such as [Leaflet](http://leafletjs.com), [Google Maps](https://developers.google.com/maps/), or [OpenLayers](http://openlayers.org/). You can create two types of maps with the Maps API: diff --git a/docs/named_maps.md b/docs/named_maps.md index 4129fc59..71c5fb88 100644 --- a/docs/named_maps.md +++ b/docs/named_maps.md @@ -12,7 +12,7 @@ The main two differences compared to anonymous maps are: Template maps are persistent with no preset expiration. They can only be created or deleted by a CartoDB user with a valid API_KEY (see auth section). -**Note:** There is a limit of 4,096 named maps allowed per account. If you need to create more Named Maps, it is recommended to use templates. +**Note:** There is a limit of 4,096 named maps allowed per account. If you need to create more Named maps, it is recommended to use templates. ## Create