Skip to content

Commit 1b9ee6e

Browse files
authored
setting-up-an-alert.md: fix spelling of "threshold"
2 parents ce7927d + 753dc00 commit 1b9ee6e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/pages/kb/user-guide/alerts/setting-up-an-alert.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ order: 1
1818

1919
Redash alerts notify you when a field returned by a [**Scheduled
2020
Query**]({% link _kb/user-guide/querying/scheduling-a-query.md %}) meets a
21-
threshhold. Use them to monitor your business. Or integrate them with tools like
21+
threshold. Use them to monitor your business. Or integrate them with tools like
2222
Zapier or IFTTT to kickoff workflows such as user onboarding or support tickets.
2323
Alerts complement scheduled queries, but their criteria are checked after every
2424
execution.
@@ -122,11 +122,11 @@ To resume notifications again, click the vertical ellipsis menu and choose _Unmu
122122
# Alert Statuses
123123

124124
- `TRIGGERED` means that on the most recent execution, the _Value Column_ in
125-
your target query met the _Condition_ and _Threshhold_ you configured. If your
125+
your target query met the _Condition_ and _Threshold_ you configured. If your
126126
alert checks whether "cats" is above 1500, your alert will be triggered as
127127
long as "cats" is above 1500.
128128
- `OK` means that on the most recent query execution, the _Value Column_ did not
129-
meet the _Condition_ and _Threshhold_ you configured. This doesn't mean that
129+
meet the _Condition_ and _Threshold_ you configured. This doesn't mean that
130130
the Alert was not triggered previously. If your "cats" value is now 1470 your
131131
alert will show as OK.
132132
- `UNKNOWN` means Redash does not have enough data to evaluate the alert

0 commit comments

Comments
 (0)