Skip to content

Commit

Permalink
[ML] Say 'rarer' instead of 'more rare'.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Oct 4, 2018
1 parent 2f75c7f commit a1acf52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { CHART_TYPE } from '../explorer_constants';

const CHART_DESCRIPTION = {
[CHART_TYPE.EVENT_DISTRIBUTION]: 'The gray dots depict the distribution of occurences over time for a sample of by_field_values with \
more frequent event types at the top and more rare ones at the bottom.',
more frequent event types at the top and rarer ones at the bottom.',
[CHART_TYPE.POPULATION_DISTRIBUTION]: 'The gray dots depict the distribution of values over time for a sample of over_field_values.'
};

Expand Down

0 comments on commit a1acf52

Please sign in to comment.