From 803d6a625fd881b7673aabc7701936c8886c92ab Mon Sep 17 00:00:00 2001 From: Aaron Caldwell Date: Mon, 16 Nov 2020 11:58:52 -0700 Subject: [PATCH] Typo 'crossing' -> 'crossed' --- .../stack_alerts/public/alert_types/geo_threshold/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/stack_alerts/public/alert_types/geo_threshold/types.ts b/x-pack/plugins/stack_alerts/public/alert_types/geo_threshold/types.ts index e665a91e97a03..746d73bf28627 100644 --- a/x-pack/plugins/stack_alerts/public/alert_types/geo_threshold/types.ts +++ b/x-pack/plugins/stack_alerts/public/alert_types/geo_threshold/types.ts @@ -7,7 +7,7 @@ export enum TrackingEvent { entered = 'entered', exited = 'exited', - crossing = 'crossed', + crossed = 'crossed', } export interface GeoThresholdAlertParams {