Skip to content

Commit

Permalink
Fix issue opening OpenApiSpecGenerator plugin doc
Browse files Browse the repository at this point in the history
  • Loading branch information
garrytrinder committed Feb 27, 2024
1 parent 5c0f9bd commit cc095b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const pluginSnippets: PluginSnippets = {
ODSPSearchGuidancePlugin: {
instance: 'devproxy-plugin-odsp-search-guidance',
},
OpenAPIDocGeneratorPlugin: {
OpenApiSpecGeneratorPlugin: {
instance: 'devproxy-plugin-openapi-doc-generator',
},
RateLimitingPlugin: {
Expand Down Expand Up @@ -183,7 +183,7 @@ export const pluginDocs: PluginDocs = {
name: 'ODSP Search Guidance Plugin',
url: 'https://learn.microsoft.com/microsoft-cloud/dev/dev-proxy/technical-reference/odspsearchguidanceplugin',
},
OpenAPISpecGeneratorPlugin: {
OpenApiSpecGeneratorPlugin: {
name: 'Open API Spec Generator Plugin',
url: 'https://learn.microsoft.com/microsoft-cloud/dev/dev-proxy/technical-reference/openapispecgeneratorplugin',
},
Expand Down

0 comments on commit cc095b7

Please sign in to comment.