Skip to content

Commit 490a435

Browse files
authored
fix typo in mesage when Funnel is disabled (#297)
1 parent 736985d commit 490a435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tailscale/error.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function errorForType(type: string): TailscaleError {
2626
return {
2727
title: 'Funnel is disabled',
2828
message:
29-
'Enable Funnel by adding a new `funnel` attribute under `noteAttrs` in your tailet policy file.',
29+
'Enable Funnel by adding a new `funnel` attribute under `noteAttrs` in your tailnet policy file.',
3030
links: [
3131
{ url: 'https://tailscale.com/kb/1223/tailscale-funnel/#setup', title: 'Enable Funnel' },
3232
],

0 commit comments

Comments
 (0)