Skip to content

Commit

Permalink
Fix typo in region map description (elastic#16515) (elastic#16519)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Feb 5, 2018
1 parent 73ad7e0 commit 005db3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core_plugins/region_map/public/region_map_vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ VisTypesRegistryProvider.register(function RegionMapProvider(Private, regionmaps
return VisFactory.createBaseVisualization({
name: 'region_map',
title: 'Region Map',
description: 'Show metrics on a thematic map. Use one of the provide base maps, or add your own. ' +
description: 'Show metrics on a thematic map. Use one of the provided base maps, or add your own. ' +
'Darker colors represent higher values.',
category: CATEGORY.MAP,
image,
Expand Down

0 comments on commit 005db3b

Please sign in to comment.