From d01018da7b9d1c16a0a0612ff03ca2eb7ebe3ade Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 16 Mar 2021 14:01:02 -0400 Subject: [PATCH] fix typo --- ses-domain/example.ses_dns.md | 4 ++-- ses-domain/ses_dns.md.tpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ses-domain/example.ses_dns.md b/ses-domain/example.ses_dns.md index 040cbdc..de7cb79 100644 --- a/ses-domain/example.ses_dns.md +++ b/ses-domain/example.ses_dns.md @@ -9,13 +9,13 @@ on all views: internal, Dmz, and Public, though Public is the most important one ``` $ORIGIN 817869416306.aws.mail.census.gov. -_amazaonses 600 in txt "/Pz6+wpIUfumhdG8l0NkdfLx+wHMp+/Za2Nf5jOQTos=" +_amazonses 600 in txt "/Pz6+wpIUfumhdG8l0NkdfLx+wHMp+/Za2Nf5jOQTos=" ``` * TXT records for validation fully qualified: ``` -_amazaonses.817869416306.aws.mail.census.gov. 600 in txt "/Pz6+wpIUfumhdG8l0NkdfLx+wHMp+/Za2Nf5jOQTos=" +_amazonses.817869416306.aws.mail.census.gov. 600 in txt "/Pz6+wpIUfumhdG8l0NkdfLx+wHMp+/Za2Nf5jOQTos=" ``` diff --git a/ses-domain/ses_dns.md.tpl b/ses-domain/ses_dns.md.tpl index 792ec55..a542b71 100644 --- a/ses-domain/ses_dns.md.tpl +++ b/ses-domain/ses_dns.md.tpl @@ -9,13 +9,13 @@ on all views: internal, Dmz, and Public, though Public is the most important one ``` $ORIGIN ${domain}. -_amazaonses ${ttl} in txt "${validation_txt}" +_amazonses ${ttl} in txt "${validation_txt}" ``` * TXT records for validation fully qualified: ``` -_amazaonses.${domain}. ${ttl} in txt "${validation_txt}" +_amazonses.${domain}. ${ttl} in txt "${validation_txt}" ```