Skip to content

Commit 9994642

Browse files
DevTKSSkazo0
andauthored
chore: applying PR rewording suggestion
Co-authored-by: Steve Bilogan <steve.bilogan@gmail.com>
1 parent 5984c17 commit 9994642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/external/StorageFile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You need to load app data files on all platforms. Traditional file access method
1212

1313
Use the `Windows.Storage.StorageFile` API to read files from your app package. This works the same way on all Uno Platform targets, including WASM.
1414

15-
- Move your data files to be included as `Content` in your project's output directory, and use `StorageFile.GetFileFromApplicationUriAsync` to load them by path. To make sure, you will always have the latest changes included, set the appropriate sub Property: `CopyToOutputDirectory="PreserveNewest"`.
15+
- Move your data files to be included as `Content` in your project's output directory, and use `StorageFile.GetFileFromApplicationUriAsync` to load them by path. To ensure that you will always have the latest changes included, set the appropriate Property: `CopyToOutputDirectory="PreserveNewest"`.
1616

1717
```xml
1818
<ItemGroup>

0 commit comments

Comments
 (0)