We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0a9e1 commit 17779b2Copy full SHA for 17779b2
test/Microsoft.OpenApi.Readers.Tests/OpenApiWorkspaceTests/OpenApiWorkspaceStreamTests.cs
@@ -78,7 +78,7 @@ public async Task LoadDocumentWithExternalReferencesInSubDirectories()
78
var sampleFolderPath = $"V3Tests/Samples/OpenApiWorkspace/ExternalReferencesInSubDirectories";
79
var referenceBaseUri = "file://" + Path.GetFullPath(sampleFolderPath);
80
81
- // Create a reader that will resolve all references also of documentes located in the non-root directory
+ // Create a reader that will resolve all references also of documents located in the non-root directory
82
var settings = new OpenApiReaderSettings()
83
{
84
LoadExternalRefs = true,
0 commit comments