Skip to content

Commit

Permalink
fix typo in mesage when Funnel is disabled (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozercan committed Aug 22, 2024
1 parent 736985d commit 490a435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tailscale/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function errorForType(type: string): TailscaleError {
return {
title: 'Funnel is disabled',
message:
'Enable Funnel by adding a new `funnel` attribute under `noteAttrs` in your tailet policy file.',
'Enable Funnel by adding a new `funnel` attribute under `noteAttrs` in your tailnet policy file.',
links: [
{ url: 'https://tailscale.com/kb/1223/tailscale-funnel/#setup', title: 'Enable Funnel' },
],
Expand Down

0 comments on commit 490a435

Please sign in to comment.