diff --git a/Dgmjr.Abstractions.props b/Dgmjr.Abstractions.props
index d00f554..71865b9 100644
--- a/Dgmjr.Abstractions.props
+++ b/Dgmjr.Abstractions.props
@@ -13,5 +13,6 @@
+
diff --git a/IHaveAUri.cs b/IHaveAUri.cs
index ba5d137..58a1d26 100644
--- a/IHaveAUri.cs
+++ b/IHaveAUri.cs
@@ -29,7 +29,7 @@ public interface IHaveAUri
///
/// Defines a mechanism for objects that have a writable URI.
///
-public interface IHaveWritableAUri : IHaveAUri
+public interface IHaveAWritableUri : IHaveAUri
{
///
/// Gets or sets the URI of the object.