Skip to content

Commit ed814be

Browse files
DevTKSSCopilot
andauthored
chore: apply review suggestion
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9b9b5d0 commit ed814be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/external/StorageFile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the `Windows.Storage.StorageFile` API to read files from your app package. T
2020
</ItemGroup>
2121
```
2222

23-
- If you want to not just have these files in your apps output directory with latest changes, then also have your IDE showing them in your **Solution Explorer** and enable you editing them easily as if those would be directly nested in your specific project, you may want to also set another property on the xml element we just added: `LinkBase="AppData"` (or any other Name you want it to show to you as folder name).
23+
- If you want to not just have these files in your app's output directory with latest changes, then also have your IDE showing them in your **Solution Explorer** and enable you editing them easily as if those would be directly nested in your specific project, you may want to also set another property on the xml element we just added: `LinkBase="AppData"` (or any other Name you want it to show to you as folder name).
2424

2525
So this will make the full Content Element look like this:
2626

0 commit comments

Comments
 (0)