Skip to content

Commit 047fb4e

Browse files
Copilotjfversluis
andauthored
Fix typo: add missing comma in file-saver.md (#630)
* Initial plan * Fix typo: add comma after "33" in file-saver.md Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
1 parent 920651d commit 047fb4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/maui/essentials/file-saver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The `FileSaver` provides the ability to select a target folder and save files to
1414
The following preconditions are required for the `FileSaver`:
1515
# [Android](#tab/android)
1616

17-
If your target device API level is less than 33 add permissions to `AndroidManifest.xml`:
17+
If your target device API level is less than 33, add permissions to `AndroidManifest.xml`:
1818

1919
```xml
2020
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

0 commit comments

Comments
 (0)