diff --git a/src/Umbraco.Web/HealthCheck/Checks/Security/ClickJackingCheck.cs b/src/Umbraco.Web/HealthCheck/Checks/Security/ClickJackingCheck.cs index 2a57b4be0a..6417d8979a 100644 --- a/src/Umbraco.Web/HealthCheck/Checks/Security/ClickJackingCheck.cs +++ b/src/Umbraco.Web/HealthCheck/Checks/Security/ClickJackingCheck.cs @@ -14,7 +14,7 @@ namespace Umbraco.Web.HealthCheck.Checks.Security [HealthCheck( "ED0D7E40-971E-4BE8-AB6D-8CC5D0A6A5B0", "Click-Jacking Protection", - Description = "Checks if your site is allowed to be IFRAMed by another site and thus would be susceptible to click-jacking.", + Description = "Checks if your site is allowed to be IFRAMEd by another site and thus would be susceptible to click-jacking.", Group = "Security")] public class ClickJackingCheck : HealthCheck { @@ -211,4 +211,4 @@ namespace Umbraco.Web.HealthCheck.Checks.Security } } } -} \ No newline at end of file +}