diff --git a/docs/src/web-client.md b/docs/src/web-client.md index 79609d8..aa74c8d 100644 --- a/docs/src/web-client.md +++ b/docs/src/web-client.md @@ -105,4 +105,4 @@ In its security model, the web-server assumes that **authenticated users are tru The web server only saves session-tokens (not the actual log-in tokens) in the browser as cookies, preventing javascript access to them and instead relying on http headers to authenticate them on the server side. Whenever an authentication token is revoked, all of its associated session tokens are revoked as well. ## This feature can optionally be disabled at compile-time -For those who are averse to this feature (even when it's disabled - which is the default), Zellij can be compiled completely without this feature or its dependencies by removing the `web-server-capability` compile-time flag. For convenience, Zellij also provides an additional pre-built binary compiled without this flag called `zellij-no-web`. +For those who are averse to this feature (even when it's disabled - which is the default), Zellij can be compiled completely without this feature or its dependencies by removing the `web_server_capability` compile-time flag. For convenience, Zellij also provides an additional pre-built binary compiled without this flag called `zellij-no-web`.