From 22ba0cf9339e437e3d6c125a68d31a226be1c8ce Mon Sep 17 00:00:00 2001 From: "Jan Ivar Z. Carlsen" Date: Mon, 17 Mar 2025 11:40:38 +0100 Subject: [PATCH] Fixed readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b6d66ac..220ac076 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Shared serializers and models for Visual Studio solution files. Handles traditio - Model extension that allows specifying the file encoding. * SLNX File Format - Simplified format to make merge conflicts easier to resolve. - - Preserves user added elements, comments and whitespace when possible. Updaing only modifies changed elements to reduce chances of changing user content. + - Preserves user added elements, comments and whitespace when possible. Updating only modifies changed elements to reduce chances of changing user content. - Simplified configuration rules and default logic reduce the file size. - Model extension that allows specifying XML formatting.