From b62a4a1a89cdc9d43cb28dcbf7ae1052b3f2699a Mon Sep 17 00:00:00 2001 From: fryssen Date: Sat, 1 Mar 2025 10:01:42 +0000 Subject: [PATCH] Documentation: Fix a typo on line 52 in Devtools.md Typo "communcation" replaced with communication on line 52. --- Documentation/DevTools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/DevTools.md b/Documentation/DevTools.md index 94f4855b130..b8c49d30c9a 100644 --- a/Documentation/DevTools.md +++ b/Documentation/DevTools.md @@ -49,7 +49,7 @@ waiting for a reply, to which the actor must then reply in order. Any requests t (such as fetching the serialized DOM tree from the WebContent process) must block the actor from sending replies for subsequent requests. -To log communcation between the DevTools server and client, enable the `DEVTOOLS_DEBUG` flag: +To log communication between the DevTools server and client, enable the `DEVTOOLS_DEBUG` flag: ```bash cmake -B Build/release -D DEVTOOLS_DEBUG=ON