diff --git a/modules/web/doc_classes/WebNode.xml b/modules/web/doc_classes/WebNode.xml
index 8a21f2988..678c1560e 100644
--- a/modules/web/doc_classes/WebNode.xml
+++ b/modules/web/doc_classes/WebNode.xml
@@ -320,6 +320,7 @@
+ This is sent to self, and children when a write lock is acquired. Only change the tree in _notification if you get this.
diff --git a/modules/web/doc_classes/WebRoot.xml b/modules/web/doc_classes/WebRoot.xml
index 3ebd99c83..e132502f0 100644
--- a/modules/web/doc_classes/WebRoot.xml
+++ b/modules/web/doc_classes/WebRoot.xml
@@ -14,7 +14,7 @@
- Precesses the [WebServerRequest] using registered [WebServerMiddleware].
+ Processes the [WebServerRequest] using registered [WebServerMiddleware].
@@ -43,7 +43,7 @@
- unregisters the [WebServerRequest], so it doesn't receive update notifications anymore.
+ Unregisters the [WebServerRequest], so it doesn't receive update notifications anymore.