From 0c87f3e6ecfb07885d8ca5c55c4916b6c5c53406 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ant=C3=B4nio=20Lago?=
<45375617+antoniolago@users.noreply.github.com>
Date: Mon, 9 Jun 2025 11:29:51 -0300
Subject: [PATCH] docs: fix acl mode key in docs (#241)
---
app/routes/acls/overview.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/routes/acls/overview.tsx b/app/routes/acls/overview.tsx
index 01611eb..b1a4667 100644
--- a/app/routes/acls/overview.tsx
+++ b/app/routes/acls/overview.tsx
@@ -66,7 +66,7 @@ export default function Page() {
The ACL policy mode is most likely set to file in your
Headscale configuration. This means that the ACL file cannot be edited
through the web interface. In order to resolve this, you'll need to
- set acl.mode to database in your Headscale
+ set policy.mode to database in your Headscale
configuration.
) : undefined}