Run a spellchecker on src/docs/
I'd also like to use this CL as a test for
crbug.com/1257744
Change-Id: Ie958c515680a2a130c257c23f826d5a30a3963ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3229977
Commit-Queue: Quinten Yearsley <qyearsley@chromium.org>
Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
Cr-Commit-Position: refs/heads/main@{#933514}
diff --git a/docs/README.md b/docs/README.md
index d8fc9151..f28c179 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -180,7 +180,7 @@
* [Using Crashpad with `content_shell`](testing/using_crashpad_with_content_shell.md) -
Capture stack traces on layout test crashes without an attached debugger
* [Test Descriptions](testing/test_descriptions.md) - Unit test targets that can be
- built, with associated desciptions.
+ built, with associated descriptions.
* [Fuzz Testing](../testing/libfuzzer/README.md) - Fuzz testing in Chromium.
* [IPC Fuzzer](testing/ipc_fuzzer.md) - Fuzz testing of Chromium IPC interfaces.
* [Running Chrome tests with AddressSanitizer (asan) and LeakSanitizer (lsan)](testing/linux_running_asan_tests.md) -
@@ -203,7 +203,7 @@
* [Linux Proxy Config](linux/proxy_config.md) - Network proxy sources on Linux
* [Debugging SSL on Linux](linux/debugging_ssl.md) - Tips on debugging SSL
code in Linux
-* [Linux Cert Managment](linux/cert_management.md) - Managing X.509
+* [Linux Cert Management](linux/cert_management.md) - Managing X.509
Certificates in Linux
* [Tips for Debugging on Linux](linux/debugging.md)
* [Linux GTK Theme Integration](linux/gtk_theme_integration.md) - Having
@@ -341,7 +341,7 @@
* [BRLTTY in Chrome OS](accessibility/brltty.md) - Chrome OS integration with
BRLTTY to support refreshable braille displays
* [PATTS on Chrome OS](accessibility/patts.md) - Notes on the PATTS speech
- sythesis engine used on Chrome OS
+ synthesis engine used on Chrome OS
* [VoiceOver](ios/voiceover.md) - Using Apple's VoiceOver feature with
Chromium on iOS.