Skip to content

Commit 54b178a

Browse files
Update docs/upgrade-guide-2.md
Co-authored-by: Martin Costello <[email protected]>
1 parent 8e41ce2 commit 54b178a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrade-guide-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In OpenAPI v1, it was necessary to include the Microsoft.OpenApi.Readers library
2828

2929
## API Enhancements
3030

31-
The v1 library attempted to mimic the pattern of `XmlTextReader` and `JsonTextReader` for the purpose of loading OpenAPI documents from strings, streams and textReaders.
31+
The v1 library attempted to mimic the pattern of `XmlTextReader` and `JsonTextReader` for the purpose of loading OpenAPI documents from strings, streams and text readers.
3232

3333
```csharp
3434
var reader = new OpenApiStringReader();

0 commit comments

Comments
 (0)