Skip to content

Commit

Permalink
Fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick committed Dec 20, 2017
1 parent 3a2bea4 commit 94ae30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/components/ShapeSourceIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const styles = MapboxGL.StyleSheet.create({
iconSize: MapboxGL.StyleSheet.source([
['example', IS_ANDROID ? 1 : 0.5],
['airport-15', 1.2],
], 'icon', MapboxGL.InterpolationMode.Categorial),
], 'icon', MapboxGL.InterpolationMode.Categorical),
},
});

Expand Down

0 comments on commit 94ae30d

Please sign in to comment.