From b99283030722b521d7c84bec8995b23588f84b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 1 May 2020 10:25:08 +0200 Subject: [PATCH] correct spelling mistake --- .../components/content/umbvariantcontenteditors.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbvariantcontenteditors.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbvariantcontenteditors.directive.js index 3e701f0c79..722f9db27b 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbvariantcontenteditors.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbvariantcontenteditors.directive.js @@ -146,7 +146,7 @@ }); } else { - //replace the content of the editor, since the cultura and segment is the same. + //replace the content of the editor, since the culture and segment is the same. vm.editors[index].content = variant; }