Skip to content

Commit

Permalink
developer-guide/performance.md typo (#3292)
Browse files Browse the repository at this point in the history
  • Loading branch information
SymbolixAU authored and Pessimistress committed Jun 28, 2019
1 parent 4592672 commit 559923e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/performance.md
Expand Up @@ -226,7 +226,7 @@ Some good places to check for performance improvements are:
The [`visible`](/docs/api-reference/layer.md#visible-boolean-optional) prop is a cheap way to temporarily disable a layer:

```js
// Bad
// Good
const DATA = [...];
const layerVisibility = {circles: true, labels: true}

Expand Down

0 comments on commit 559923e

Please sign in to comment.