Skip to content

Commit

Permalink
Doc fixes noticed while writing a provider (#2530)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
  • Loading branch information
tomfitzhenry and tlimoncelli committed Aug 24, 2023
1 parent a7fe17a commit c69bd43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/testing-txt-records.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TXT record testing

We recently discovered a strange but with processing TXT records and
We recently discovered a strange bug with processing TXT records and
double-quotes. Sadly we haven't been able to determine a way to test this
automatically. Therefore, I've written up this methodology.

Expand Down
1 change: 1 addition & 0 deletions documentation/writing-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ an automated way to test for this bug. The manual steps are here in

* Edit [README.md](https://github.com/StackExchange/dnscontrol): Add the provider to the bullet list.
* Edit [documentation/providers.md](https://github.com/StackExchange/dnscontrol/blob/master/documentation/providers.md): Add the provider to the provider list.
* Edit [documentation/SUMMARY.md](https://github.com/StackExchange/dnscontrol/blob/master/documentation/SUMMARY.md): Add the provider to the provider list.
* Create `documentation/providers/PROVIDERNAME.md`: Use one of the other files in that directory as a base.
* Edit [OWNERS](https://github.com/StackExchange/dnscontrol/blob/master/OWNERS): Add the directory name and your GitHub username.

Expand Down

0 comments on commit c69bd43

Please sign in to comment.