Skip to content

Commit

Permalink
Typo 'crossing' -> 'crossed'
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed Nov 16, 2020
1 parent aac319b commit 803d6a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
export enum TrackingEvent {
entered = 'entered',
exited = 'exited',
crossing = 'crossed',
crossed = 'crossed',
}

export interface GeoThresholdAlertParams {
Expand Down

0 comments on commit 803d6a6

Please sign in to comment.