diff --git a/Documentation/Browser/ProcessArchitecture.md b/Documentation/Browser/ProcessArchitecture.md index b6938e6a773..9f912df82ee 100644 --- a/Documentation/Browser/ProcessArchitecture.md +++ b/Documentation/Browser/ProcessArchitecture.md @@ -32,8 +32,7 @@ This process can decode images (PNG, JPEG, BMP, ICO, PBM, etc.) into bitmaps. Ea To get a fresh **WebContent** process, anyone with the suitable file system permissions can spawn one by connecting to the socket at `/tmp/session/%sid/portal/webcontent`, with `%sid` being the current login session id. This socket is managed -by ** -SystemServer** and will spawn a new instance of **WebContent** for every connection. +by **SystemServer** and will spawn a new instance of **WebContent** for every connection. The same basic concept applies to **RequestServer** and **ImageDecoder** as well, except that those services are spawned by **WebContent** as needed, not by **Browser**.