From e866ee92680e9fd0cd19846fc067c69cbdf08f0d Mon Sep 17 00:00:00 2001 From: James Tucker Date: Thu, 9 Nov 2023 15:46:15 -0800 Subject: [PATCH] types/appctype: correct app-connector cap name in documentation Updates #cleanup Signed-off-by: James Tucker --- types/appctype/appconnector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/appctype/appconnector.go b/types/appctype/appconnector.go index 6228d51d2..5310d4de4 100644 --- a/types/appctype/appconnector.go +++ b/types/appctype/appconnector.go @@ -2,7 +2,7 @@ // SPDX-License-Identifier: BSD-3-Clause // Package appcfg contains an experimental configuration structure for -// "tailscale.com/app-connector" capmap extensions. +// "tailscale.com/app-connectors" capmap extensions. package appctype import (