Skip to content

Commit 9660958

Browse files
StefHCopilot
andauthored
Update src/System.Linq.Dynamic.Core.NewtonsoftJson/Config/NewtonsoftJsonParsingConfig.cs
Co-authored-by: Copilot <[email protected]>
1 parent e98ae23 commit 9660958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Linq.Dynamic.Core.NewtonsoftJson/Config/NewtonsoftJsonParsingConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class NewtonsoftJsonParsingConfig : ParsingConfig
1818
public DynamicJsonClassOptions? DynamicJsonClassOptions { get; set; }
1919

2020
/// <summary>
21-
/// Gets or sets a value indicating whether the objecs in an array should be normalized before processing.
21+
/// Gets or sets a value indicating whether the objects in an array should be normalized before processing.
2222
/// </summary>
2323
public bool Normalize { get; set; } = true;
2424

0 commit comments

Comments
 (0)