[chore] cleanup 'using' statements (#10144)

fix typo in comment
This commit is contained in:
Enrico Giordani
2021-03-10 13:16:46 +01:00
committed by GitHub
parent b9397157ab
commit 9a2c195f5f
7 changed files with 1 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ namespace Microsoft.PowerToys.Settings.UI.Library
throw new FileNotFoundException();
}
// Given the file already exists, to deserialize the file and read it's content.
// Given the file already exists, to deserialize the file and read its content.
T deserializedSettings = GetFile<T>(powertoy, fileName);
// If the file needs to be modified, to save the new configurations accordingly.