Skip to content

Commit 7e88853

Browse files
Cleanup
1 parent 786fe97 commit 7e88853

File tree

3 files changed

+87
-99
lines changed

3 files changed

+87
-99
lines changed

src/Certify.Providers/DNS/CertifyDns/DnsProviderCertifyDns.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public DnsProviderCertifyDns() : base()
164164
}
165165
else
166166
{
167-
// registration is not a valid certify dns registration, must be annother acme-dns service}
167+
// registration is not a valid certify dns registration, must be another acme-dns service
168168
_log?.Warning("Existing acme-dns registration found, new registration required for Certify DNS");
169169
}
170170
}

src/Certify.Server/Certify.Server.Api.Public/Certify.Server.Api.Public.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
<ProjectReference Include="..\..\..\..\certify\src\Certify.Client\Certify.Client.csproj" />
2929
<ProjectReference Include="..\..\..\..\certify\src\Certify.Shared\Certify.Shared.Core.csproj" />
3030
<ProjectReference Include="..\..\Certify.Aspire\Certify.Aspire.ServiceDefaults\Certify.Aspire.ServiceDefaults.csproj" />
31-
</ItemGroup>
3231

32+
</ItemGroup>
3333
</Project>

0 commit comments

Comments
 (0)