mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
Documentation: Fix a typo on line 52 in Devtools.md
Typo "communcation" replaced with communication on line 52.
This commit is contained in:
parent
29c8e7c203
commit
b62a4a1a89
Notes:
github-actions[bot]
2025-03-01 15:32:42 +00:00
Author: https://github.com/fryssen 🔰
Commit: b62a4a1a89
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3747
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue