Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit ab34e56

Browse files
authored
Fixing typo in README.md (#527)
1 parent bb5e79e commit ab34e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ JsonArrayObjects.Parse()
9696

9797
### Pretty Print JSON
9898

99-
You an format JSON into a more readable format with the `IndentJson()` extension method, e.g:
99+
You can format JSON into a more readable format with the `IndentJson()` extension method, e.g:
100100

101101
```csharp
102102
var prettyJson = dto.ToJson().IndentJson();

0 commit comments

Comments
 (0)