diff --git a/src/Microsoft.AspNet.Cors.Core/IEnableCorsAttribute.cs b/src/Microsoft.AspNet.Cors.Core/IEnableCorsAttribute.cs
index 2270ff7bf5..7dd0d4a8a4 100644
--- a/src/Microsoft.AspNet.Cors.Core/IEnableCorsAttribute.cs
+++ b/src/Microsoft.AspNet.Cors.Core/IEnableCorsAttribute.cs
@@ -6,7 +6,7 @@ namespace Microsoft.AspNet.Cors.Core
///
/// An interface which can be used to identify a type which provides metadata needed for enabling CORS support.
///
- public interface IEnableCorsMetadata
+ public interface IEnableCorsAttribute
{
///
/// The name of the policy which needs to be applied.