Skip to content

Commit

Permalink
fix(wireguard): Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Aug 21, 2024
1 parent b7501df commit ef50e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/wireguard/handlers/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func analyzeDNSContainsFallback(

return []protocol.Diagnostic{
{
Message: "There is one DNS server specified. It is recommended to set up fallback DNS servers",
Message: "There is only one DNS server specified. It is recommended to set up fallback DNS servers",
Severity: &severity,
Range: protocol.Range{
Start: protocol.Position{
Expand Down

0 comments on commit ef50e5f

Please sign in to comment.