Skip to content

Commit fb0d5cd

Browse files
committed
Spelling update
1 parent 733ccb4 commit fb0d5cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ sourceManager.AddSource("msstore", "https://storeedgefd.dsx.mp.microsoft.com/v9.
103103

104104
Using the ***WinGetPackageManager*** class you can use the `SearchPackage` capability to get the latest version of a package and then retrieve the version number from the `AvailableVersion` property.
105105

106-
You would thn be able to compare this to the latest version of your executing assembly and determine if you need to notify users of an available upgrade.
106+
You would then be able to compare this to the latest version of your executing assembly and determine if you need to notify users of an available upgrade.
107107

108108
```csharp
109109
Version latestPackageVersion = null;

0 commit comments

Comments
 (0)