From 19d3656e02864d7edc198f80feb6c61d4d6c6a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Fri, 5 Jan 2018 18:10:57 -0800 Subject: [PATCH] Minor corrections in style spec documentation --- src/style-spec/reference/v8.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style-spec/reference/v8.json b/src/style-spec/reference/v8.json index e2d83d8732e..1844a5a920f 100644 --- a/src/style-spec/reference/v8.json +++ b/src/style-spec/reference/v8.json @@ -1162,7 +1162,7 @@ "icon-offset": { "type": "array", "value": "number", - "units": "pixels multiplied by the value of \"icon-size\"", + "units": "pixels multiplied by the value of `icon-size`", "length": 2, "default": [ 0, @@ -1353,7 +1353,7 @@ "property-function": true, "default": "", "tokens": true, - "doc": "Value to use for a text label. Feature properties are specified using tokens like `{field_name}`. (`{token}` replacement is only supported for literal `text-field` values; not for property functions.)", + "doc": "Value to use for a text label. Feature properties are specified using tokens like `{field_name}`. (`{token}` replacement is only supported for literal `text-field` values, not for data expressions or property functions.)", "sdk-support": { "basic functionality": { "js": "0.10.0",