Fix spelling

This commit is contained in:
Frederic Junod
2018-03-12 15:18:13 +01:00
parent e8341af803
commit 35158efbf0
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#### Removal of ol.FeatureStyleFunction
The signature of the vector style function passed to the feature has changed. The function now always takes the `feature` and the `resolution` as aguments, the `feature` is no longer bound to `this`.
The signature of the vector style function passed to the feature has changed. The function now always takes the `feature` and the `resolution` as arguments, the `feature` is no longer bound to `this`.
Old code:
```js