You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/_global/health_report/Request.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ import { Duration } from '@_types/Time'
39
39
* A diagnosis contains a cause detailing a root cause analysis, an action containing a brief description of the steps to take to fix the problem, the list of affected resources (if applicable), and a detailed step-by-step troubleshooting guide to fix the diagnosed problem.
40
40
*
41
41
* NOTE: The health indicators perform root cause analysis of non-green health statuses. This can be computationally expensive when called frequently.
42
-
* When setting up automated polling of the API for health status set verbose to false to disable the more expensive analysis logic.
42
+
* When setting up automated polling of the API for health status, set verbose to false to disable the more expensive analysis logic.
0 commit comments