From f43453433eaa52cea8839c715615b0845595e030 Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Mon, 28 Oct 2024 10:05:43 -0300 Subject: [PATCH] corrected grammer --- www/_posts/2024-10-28-cordova-plugin-file-8.1.2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/_posts/2024-10-28-cordova-plugin-file-8.1.2.md b/www/_posts/2024-10-28-cordova-plugin-file-8.1.2.md index 55b672d95a..e8149fa1dd 100644 --- a/www/_posts/2024-10-28-cordova-plugin-file-8.1.2.md +++ b/www/_posts/2024-10-28-cordova-plugin-file-8.1.2.md @@ -21,13 +21,13 @@ cordova plugin add cordova-plugin-file@8.1.2 ## Release Highlights -This patch is a regression fix. To see [8.1.1](https://cordova.apache.org/announcements/2024/10/23/cordova-plugin-file-8.1.1.html) higlights for full details. +This patch is a regression fix. See [8.1.1 release blog](https://cordova.apache.org/announcements/2024/10/23/cordova-plugin-file-8.1.1.html) post for more details. In 8.1.1, the `FileEntry.toURL()` method broke when used on any `file://` that didn't lead to the app's internal assets on Android. This is now corrected. This bug didn't effect iOS devices. -Please report any issues you find by following the this [How to File a Bug](https://github.com/apache/cordova#filing-a-bug) guide! +Please report any issues you find by following the [How to File a Bug](https://github.com/apache/cordova#filing-a-bug) guide! # Changes include: