From 2711c9b78cb3b368d3b76ddbb3a4638262cef17c Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Tue, 2 Dec 2014 11:00:36 +0100 Subject: [PATCH] Fix typo --- docs/Map-API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Map-API.md b/docs/Map-API.md index 23b9b8e0..fb2a8066 100644 --- a/docs/Map-API.md +++ b/docs/Map-API.md @@ -397,7 +397,7 @@ POST /api/v1/map/named/:template_name #### Param -- **auth_token** optional, but required when when `"method"` is set to `"token"` +- **auth_token** optional, but required when `"method"` is set to `"token"` ```javascript // params.json @@ -455,7 +455,7 @@ GET /api/v1/map/named/:template_name/jsonp #### Params -- **auth_token** optional, but required when when `"method"` is set to `"token"` +- **auth_token** optional, but required when `"method"` is set to `"token"` - **config** Encoded JSON with the params for creating named maps (the variables defined in the template) - **lmza** This attribute contains the same as config but LZMA compressed. It cannot be used at the same time than `config`. - **callback:** JSON callback name