From 92cc64734bfca845eef9bb4f759af2592f9a9aa2 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Thu, 27 Jun 2024 15:46:31 +0200 Subject: [PATCH] MOBILE-4616: Fix typos in upgrade.txt --- upgrade.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.txt b/upgrade.txt index 464109bb1..4ab642a51 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -15,7 +15,7 @@ For more information about upgrading, read the official documentation: https://m - Due to a breaking change in cordova-plugin-file, avoid using FileEntry.toURL(). Use CoreFileProvider.getFileEntryURL instead. - FileTransfer service is no longer available, now we recommend use window.FileTransfer instead. - CSS variable --font-size-normal has been deprecated in favor of --font-size-md. - - Activity modules services that does not admit plugins are not avaible for site plugins anymore. + - Activity modules services that do not admit plugins are not available for site plugins anymore. - CoreUserDelegate type available values changed from newpage and communication to listitem and button. === 4.3.0 ===