commit | b36aa7c179bb167dde789ac064fdbb07f0e4c61d | [log] [tgz] |
---|---|---|
author | Gaston Rodriguez Lopez <[email protected]> | Mon Jan 08 23:02:48 2024 |
committer | Chromium LUCI CQ <[email protected]> | Mon Jan 08 23:02:48 2024 |
tree | 1c4adaf062c3cba13a08156f3a65483f6a97ce44 | |
parent | 1f01d65116c6e7dce8d9625312996291de4c6d5f [diff] [blame] |
Fix typo in webtests doc. Found a small typo in the markdown document for web tests. Change-Id: I1fac6b24514104a7053586c2e0fcce20adfddaab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5178611 Reviewed-by: Yaroslav Shalivskyy <[email protected]> Commit-Queue: Gaston Rodriguez <[email protected]> Cr-Commit-Position: refs/heads/main@{#1244330}
diff --git a/docs/testing/web_tests.md b/docs/testing/web_tests.md index db6d6dc..fa0f400 100644 --- a/docs/testing/web_tests.md +++ b/docs/testing/web_tests.md
@@ -252,7 +252,7 @@ *** note [BUILD.gn](../../BUILD.gn) assumes flag-specific builders always runs on linux bots, so flag-specific test expectations and baselines are only downloaded to linux bots. -If you need run flag-specific builderst-n other platforms, please update +If you need run flag-specific builders on other platforms, please update BUILD.gn to download flag-specific related data to that platform. ***