Update FieldLookupTransformerEditor.tsx (#42405) (#42440)

Fixed 2 small spelling mistakes

(cherry picked from commit e1a3b6a386)

Co-authored-by: wengelbrecht-grafana <83230950+wengelbrecht-grafana@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot) 2021-11-29 08:46:45 -05:00 committed by GitHub
parent 1c38b70f68
commit b25038df2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,6 @@ export const fieldLookupTransformRegistryItem: TransformerRegistryItem<FieldLook
editor: FieldLookupTransformerEditor, editor: FieldLookupTransformerEditor,
transformation: fieldLookupTransformer, transformation: fieldLookupTransformer,
name: 'Field lookup', name: 'Field lookup',
description: `Use a field value to lookup additional fields from an external source. This current supports spatial data, but will eventuall support more formats`, description: `Use a field value to lookup additional fields from an external source. This currently supports spatial data, but will eventually support more formats`,
state: PluginState.alpha, state: PluginState.alpha,
}; };