diff --git a/docs/backend_api/BackendScriptApi.html b/docs/backend_api/BackendScriptApi.html
index 62606e993..86c68b051 100644
--- a/docs/backend_api/BackendScriptApi.html
+++ b/docs/backend_api/BackendScriptApi.html
@@ -1054,7 +1054,7 @@ JSON MIME type. See also createNewNote() for more options.
-
Deprecated:- please use createNewNote() API method instead
+ Deprecated:- please use createTextNote() with similar API for simpler use cases or createNewNote() for more complex needs
diff --git a/docs/backend_api/services_backend_script_api.js.html b/docs/backend_api/services_backend_script_api.js.html
index 0fef95946..f399a4d47 100644
--- a/docs/backend_api/services_backend_script_api.js.html
+++ b/docs/backend_api/services_backend_script_api.js.html
@@ -277,7 +277,7 @@ function BackendScriptApi(currentNote, apiParams) {
/**
* @method
- * @deprecated please use createNewNote() API method instead
+ * @deprecated please use createTextNote() with similar API for simpler use cases or createNewNote() for more complex needs
*
* @param {string} parentNoteId - create new note under this parent
* @param {string} title