Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarto committed Mar 28, 2017
1 parent 09082fc commit 2e8d67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/plugins-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ When you have a monitored state, you can use it in configuration properties this
```js
"cfg": {
...
"myProp": "{mapType === 'openlayers' : 1 : 2}"
"myProp": "{mapType === 'openlayers' ? 1 : 2}"
...
}
```
Expand Down

0 comments on commit 2e8d67f

Please sign in to comment.