Skip to content

Commit

Permalink
Merge pull request #1028 from OpenGeoscience/fix-typos
Browse files Browse the repository at this point in the history
Fix a few typos.
  • Loading branch information
manthey authored Sep 19, 2019
2 parents c3ff8fe + 1361a8e commit 1dea606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pointFeature.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var feature = require('./feature');
* vertex shader is the bottleneck, and `square` is fastest if the fragment
* shader is the bottleneck. `sprite` may not work for very large points.
* @property {boolean} [dynamicDraw=false] For the webgl renderer, if this is
* truthy, webgl source buffers can be modifies and updated directly.
* truthy, webgl source buffers can be modified and updated directly.
*/

/**
Expand Down Expand Up @@ -538,7 +538,7 @@ pointFeature.capabilities = {
/* core feature name -- support in any manner */
feature: 'point',
/* support for stroke properties */
stroke: 'line.stroke'
stroke: 'point.stroke'
};

inherit(pointFeature, feature);
Expand Down

0 comments on commit 1dea606

Please sign in to comment.