From 8c2ea120ff1d49eed272915e9da95f5c1713d5cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <91878298+come-nc@users.noreply.github.com> Date: Thu, 3 Apr 2025 16:17:41 +0200 Subject: [PATCH] fix: Typo in developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> --- .../app_upgrade_guide/upgrade_to_31.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst index 1e9e7819a..ca6222072 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst @@ -82,7 +82,7 @@ Removed APIs console.info('Notification action has been executed:', event.notification, event.action) }) -- Legacy class ``OC_API`` was moved to a private namepsace. It should not be needed by applications. +- Legacy class ``OC_API`` was moved to a private namespace. It should not be needed by applications. Back-end changes ----------------