@cryptotaxi247 / netdata-1 / commits / 012d7adfb

Fix typo in dashboard_info.js (#10775)

occured -> occurred

Ikko Ashimine committed Mar 17, 2021 at 00:32 UTC 012d7adfb0f8c26c9287fdd862d102fac28d8fe9
1 file changed +2 -2
web/gui/dashboard_info.js
+2 -2
@@ -2343,7 +2343,7 @@ netdataDashboard.context = {
2343 },
2344
2345 'web_log.squid_transport_errors': {
2346 - info: 'These tags are optional and describe some error conditions which occured during response delivery (if any). ' +
2346 + info: 'These tags are optional and describe some error conditions which occurred during response delivery (if any). ' +
2347 '<code>ABORTED</code> when the response was not completed due to the connection being aborted (usually by the client). ' +
2348 '<code>TIMEOUT</code>, when the response was not completed due to a connection timeout.'
2349 },
@@ -3100,7 +3100,7 @@ netdataDashboard.context = {
3100 },
3101
3102 'squidlog.cache_code_error_tag_requests': {
3103 - info: 'These tags are optional and describe some error conditions which occured during response delivery.<br>' +
3103 + info: 'These tags are optional and describe some error conditions which occurred during response delivery.<br>' +
3104 '<ul>' +
3105 ' <li><code>ABORTED</code> the response was not completed due to the connection being aborted (usually by the client).</li>' +
3106 ' <li><code>TIMEOUT</code> the response was not completed due to a connection timeout.</li>' +