From 11c5d3eb32f7d4e2e251485bac534436aaff83c5 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 af52b4fa4..0d3401d3b 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 ----------------