Skip to content

Commit

Permalink
fix: typo (#8837)
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
pReya authored and mourner committed Oct 7, 2019
1 parent b83e052 commit 6ec5073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ class Map extends Camera {
}

/**
* Adds a {@link IControl} to the map, calling `control.onAdd(this)`.
* Adds an {@link IControl} to the map, calling `control.onAdd(this)`.
*
* @param {IControl} control The {@link IControl} to add.
* @param {string} [position] position on the map to which the control will be added.
Expand Down Expand Up @@ -2169,7 +2169,7 @@ function removeNode(node) {
}

/**
* Interface for interactive controls added to the map. This is an
* Interface for interactive controls added to the map. This is a
* specification for implementers to model: it is not
* an exported method or class.
*
Expand Down

0 comments on commit 6ec5073

Please sign in to comment.