Skip to content

Commit

Permalink
refactor(core): update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
egbakou committed Dec 30, 2023
1 parent f0c2c2a commit 9e94ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DomainVerifier/Services/DnsRecordsVerifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace DomainVerifier.Services
/// var settings = new DomainVerifierSettings(txtSettings, cnameSettings);
/// var verifier = new DnsRecordsVerifier(client, settings);
/// var domainName = "user-domain.com";
/// var verificationCode = "myapp-verification-code"; // retrieved from database
/// var verificationCode = "random-verification-code"; // retrieved from database
/// var isTxtRecordValid = verifier.IsTxtRecordValidAsync(domainName, verificationCode);
/// </code>
/// </example>
Expand Down

0 comments on commit 9e94ab1

Please sign in to comment.