Added space char (#49997)

added space to improve readability

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Pedro Luiz Cabral Salomon Prado 2020-01-09 13:10:55 -03:00 committed by Tim Schnell
parent d4f584e0cb
commit 599a470f54

View file

@ -14,7 +14,7 @@ export const help: FunctionHelp<FunctionFactory<typeof mapColumn>> = {
help: i18n.translate('xpack.canvas.functions.mapColumnHelpText', {
defaultMessage:
'Adds a column calculated as the result of other columns. ' +
'Changes are made only when you provide arguments.' +
'Changes are made only when you provide arguments. ' +
'See also {mapColumnFn} and {staticColumnFn}.',
values: {
mapColumnFn: '`mapColumn`',