This commit is contained in:
kozabrada123 2024-08-18 11:18:18 +02:00
parent f63c6a7c75
commit e0ae1a9ec6
2 changed files with 4 additions and 4 deletions

View File

@ -147,9 +147,9 @@ impl ChorusUser {
/// println!("");
/// println!("- create a DNS TXT record with the name _discord.{domain} and content {proof}");
/// println!("or");
/// println!("- create a file at https://{domain}/.well-known/discord with the content {proof}");
/// // Once the user has added the proof, retry calling the endpoint
/// }
/// println!("- create a file at https://{domain}/.well-known/discord with the content {proof}");
/// // Once the user has added the proof, retry calling the endpoint
/// }
/// CreateDomainConnectionReturn::Ok(connection) => {
/// println!("Successfulyl created connection! {:?}", connection);
/// }

View File

@ -422,7 +422,7 @@ pub enum CreateDomainConnectionReturn {
/// To verify ownership, either:
///
/// - add the proof string as a TXT DNS record to the domain,
/// with the name of the record being `_discord.{domain}` or
/// with the name of the record being `_discord.{domain}` or
///
/// - serve the proof string as a file at `https://{domain}/.well-known/discord`
///