Skip to content

Commit 17779b2

Browse files
committed
chore: typo fix
Signed-off-by: Vincent Biret <[email protected]>
1 parent 3d0a9e1 commit 17779b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.OpenApi.Readers.Tests/OpenApiWorkspaceTests/OpenApiWorkspaceStreamTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public async Task LoadDocumentWithExternalReferencesInSubDirectories()
7878
var sampleFolderPath = $"V3Tests/Samples/OpenApiWorkspace/ExternalReferencesInSubDirectories";
7979
var referenceBaseUri = "file://" + Path.GetFullPath(sampleFolderPath);
8080

81-
// Create a reader that will resolve all references also of documentes located in the non-root directory
81+
// Create a reader that will resolve all references also of documents located in the non-root directory
8282
var settings = new OpenApiReaderSettings()
8383
{
8484
LoadExternalRefs = true,

0 commit comments

Comments
 (0)