From f6e79d70735361438655f279c8699a786d25458c Mon Sep 17 00:00:00 2001 From: Lauren Budorick Date: Thu, 27 Apr 2017 15:56:55 -0700 Subject: [core] Render fill-extrusion layers (#8431) --- platform/darwin/docs/guides/For Style Authors.md.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/darwin/docs/guides/For Style Authors.md.ejs') diff --git a/platform/darwin/docs/guides/For Style Authors.md.ejs b/platform/darwin/docs/guides/For Style Authors.md.ejs index 86f8c46f53..2d9ce635b8 100644 --- a/platform/darwin/docs/guides/For Style Authors.md.ejs +++ b/platform/darwin/docs/guides/For Style Authors.md.ejs @@ -240,7 +240,7 @@ whose names differ from the style specification are listed below: <% for (const type in renamedProperties) { -%> <% if (renamedProperties.hasOwnProperty(type)) { -%> -### <%- camelize(type) %> style layers +### <%- camelize(unhyphenate(type)) %> style layers In style JSON | In Objective-C | In Swift --------------|----------------|--------- -- cgit v1.2.1