From 51481bbe3a037ff20b9e69ca511f7104f78abf88 Mon Sep 17 00:00:00 2001 From: Nathan Woulfe Date: Mon, 24 Feb 2020 20:35:46 +1000 Subject: [PATCH] Update editor.service.js (#7703) fix ngdoc description for templateEditor fn --- src/Umbraco.Web.UI.Client/src/common/services/editor.service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/services/editor.service.js b/src/Umbraco.Web.UI.Client/src/common/services/editor.service.js index d481205657..c0730fc2e5 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/editor.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/editor.service.js @@ -784,7 +784,7 @@ When building a custom infinite editor view you can use the same components as a * @methodOf umbraco.services.editorService * * @description - * Opens the user group picker in infinite editing, the submit callback returns the saved template + * Opens the template editor in infinite editing, the submit callback returns the saved template * @param {Object} editor rendering options * @param {String} editor.id The template id * @param {Callback} editor.submit Submits the editor