fix spelling

This commit is contained in:
Thomas Zarebczan 2018-09-30 20:35:54 -04:00 committed by GitHub
parent 516a3f52e8
commit 87da2dda85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ class BidHelpText extends React.PureComponent<Props> {
bidHelpText = __('Any amount will give you the winning bid.');
} else {
bidHelpText = `${__('If you bid more than')} ${amountNeededForTakeover} LBC, ${__(
'when somone navigates to'
'when someone navigates to'
)} ${uri} ${__('it will load your published content')}.`;
}
}