Merge pull request #1971 from influxdata/dar-157

Fix typo
pull/1979/head
pierwill 2020-12-10 11:01:25 -08:00 committed by GitHub
commit cf1753b6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ task_data = from(bucket: "_tasks")
check = {
_check_id: "0000000000000001", // 16 characters, alphanumeric
_check_name: "Failed Tasks Check", // string
_type: "custom", // can also use "threashold" or "deadman"
_type: "custom", // can also use "threshold" or "deadman"
tags: {},
}
ok = (r) =>