Skip to content

Commit b9bca54

Browse files
authored
Code-fence 10.0 API (#35899)
1 parent b5862f7 commit b9bca54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/fundamentals/openapi/using-openapi-documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The output shows any issues with the OpenAPI document. For example:
102102

103103
## Support for injecting `IOpenApiDocumentProvider`
104104

105-
You can inject <xref:Microsoft.AspNetCore.OpenApi.Services.IOpenApiDocumentProvider> into your services through dependency injection to access OpenAPI documents programmatically, even outside HTTP request contexts.
105+
You can inject `Microsoft.AspNetCore.OpenApi.Services.IOpenApiDocumentProvider` into your services through dependency injection to access OpenAPI documents programmatically, even outside HTTP request contexts.
106106

107107
```csharp
108108
public class DocumentService

0 commit comments

Comments
 (0)