Skip to content

Commit

Permalink
Fix grammar error in Components.md (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwalv authored and PaulLeCam committed Feb 20, 2017
1 parent bc11638 commit 95c28aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Components.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Base class extending [`MapLayer`](#maplayer) with the following methods:

## Map

This is the top-level component that must be mounted for children ones to be rendered. Refer to [Leaflet documentation](http://leafletjs.com/reference-1.0.0.html#map-options) for more information about the properties.
This is the top-level component that must be mounted for child compnents to be rendered. Refer to [Leaflet documentation](http://leafletjs.com/reference-1.0.0.html#map-options) for more information about the properties.

**Dynamic properties**
- `animate: boolean` (optional): If `true`, panning will always be animated if possible. Defaults to `false`.
Expand Down

0 comments on commit 95c28aa

Please sign in to comment.