Skip to content

Commit

Permalink
Shortens partition field helper text.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Oct 5, 2020
1 parent 16b645c commit 10fac6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const JobSetupScreen = (props: Props) => {
description={
<FormattedMessage
id="xpack.infra.ml.steps.setupProcess.partition.description"
defaultMessage="Partitions allow you to build independent models for different groups of data that share similar behavior. For example, you may want to build seperate models for machine type or cloud availability zone so that anomalies are not weighted equally across groups."
defaultMessage="Partitions enable you to build independent models for groups of data that share similar behavior. For example, you can partition by machine type or cloud availability zone."
/>
}
>
Expand Down

0 comments on commit 10fac6a

Please sign in to comment.