Skip to content

Commit

Permalink
Fix spell
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 29, 2019
1 parent cb860b1 commit 451f453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contribs/gmf/src/import/importdatasourceComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,9 @@ class Controller {
* - _visible: true if searchText is empty or searchText is found in
* layer.Title or in any of its ancestors or in any of its descendants.
* - _expanded: true if searchText is found in any of its descendants.
* - _searchPrefix: subtring before searchText in layer.Title.
* - _searchMatch: subtring matching searchText in layer.Title.
* - _searchSuffix: subtring after searchText in layer.Title.
* - _searchPrefix: substring before searchText in layer.Title.
* - _searchMatch: substring matching searchText in layer.Title.
* - _searchSuffix: substring after searchText in layer.Title.
* @param {Object} layer WMS Capability Layer object.
* @param {boolean} visible Force layer to be visible.
*/
Expand Down

0 comments on commit 451f453

Please sign in to comment.