diff --git a/commands/types/dnscontrol.d.ts b/commands/types/dnscontrol.d.ts index 426e0f8ab..80254e3ac 100644 --- a/commands/types/dnscontrol.d.ts +++ b/commands/types/dnscontrol.d.ts @@ -2240,7 +2240,7 @@ declare function R53_ZONE(zone_id: string): DomainModifier & RecordModifier; * [multi-string]: https://tools.ietf.org/html/rfc4408#section-3.1.3 * [record-size]: https://tools.ietf.org/html/rfc4408#section-3.1.4 * - * `SPR_BUILDER()` returns multiple `TXT()` records: + * `SPF_BUILDER()` returns multiple `TXT()` records: * * * `TXT("@", "v=spf1 .... ~all")` * * This is the optimized configuration. diff --git a/documentation/functions/record/SPF_BUILDER.md b/documentation/functions/record/SPF_BUILDER.md index 1a568e19b..66aa2c177 100644 --- a/documentation/functions/record/SPF_BUILDER.md +++ b/documentation/functions/record/SPF_BUILDER.md @@ -136,7 +136,7 @@ The parameters are: [multi-string]: https://tools.ietf.org/html/rfc4408#section-3.1.3 [record-size]: https://tools.ietf.org/html/rfc4408#section-3.1.4 -`SPR_BUILDER()` returns multiple `TXT()` records: +`SPF_BUILDER()` returns multiple `TXT()` records: * `TXT("@", "v=spf1 .... ~all")` * This is the optimized configuration.