Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger authored and scampi committed Jun 2, 2016
1 parent ec0c334 commit 062931a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ uiModules.get('apps/settings')
{ title: 'format' },
{ title: 'analyzed', info: 'Analyzed fields may require extra memory to visualize' },
{ title: 'indexed', info: 'Fields that are not indexed are unavailable for search' },
{ title: 'exclude', info: 'Fields that are not excluded from _source when _source is fetched' },
{ title: 'exclude', info: 'Fields that are excluded from _source when it is fetched' },
{ title: 'controls', sortable: false }
];

Expand Down

0 comments on commit 062931a

Please sign in to comment.