diff --git a/commands/types/dnscontrol.d.ts b/commands/types/dnscontrol.d.ts index e32b076cf..ab2a83029 100644 --- a/commands/types/dnscontrol.d.ts +++ b/commands/types/dnscontrol.d.ts @@ -3060,7 +3060,7 @@ declare function SOA(name: string, ns: string, mbox: string, refresh: number, re * command-line flags related to this feature. * * The `spfcache.json` stored the cached DNS lookups. If it needs - * to be updated, the wnew file contents will be written to a file called + * to be updated, the new file contents will be written to a file called * `spfcache.updated.json` and instructions such as the ones below * will be output telling you exactly what to do: * diff --git a/go.mod b/go.mod index b18454c2f..2734d183c 100644 --- a/go.mod +++ b/go.mod @@ -158,3 +158,5 @@ require ( gopkg.in/sourcemap.v1 v1.0.5 // indirect moul.io/http2curl v1.0.0 // indirect ) + +tool golang.org/x/tools/cmd/stringer