diff --git a/src/third_party/lighthouse-devtools-mcp-bundle.js b/src/third_party/lighthouse-devtools-mcp-bundle.js index 99c1a15e3..56fc171f1 100644 --- a/src/third_party/lighthouse-devtools-mcp-bundle.js +++ b/src/third_party/lighthouse-devtools-mcp-bundle.js @@ -54588,7 +54588,7 @@ var init_robots_txt2 = __esm({ * @example {500} statusCode * */ displayValueHttpBadCode: "Request for robots.txt returned HTTP status: {statusCode}", - /** [ICU Syntax] Label for the audit identifying the number of errors that occured while validating the robots.txt file. "itemCount" will be replaced by the integer count of errors encountered. */ + /** [ICU Syntax] Label for the audit identifying the number of errors that occurred while validating the robots.txt file. "itemCount" will be replaced by the integer count of errors encountered. */ displayValueValidationError: `{itemCount, plural, =1 {1 error found} other {# errors found}