Skip to content

Commit d9dceb2

Browse files
authored
Fix issue opening OpenApiSpecGenerator plugin doc. Closes #53 (#56)
1 parent 5c0f9bd commit d9dceb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const pluginSnippets: PluginSnippets = {
9595
ODSPSearchGuidancePlugin: {
9696
instance: 'devproxy-plugin-odsp-search-guidance',
9797
},
98-
OpenAPIDocGeneratorPlugin: {
98+
OpenApiSpecGeneratorPlugin: {
9999
instance: 'devproxy-plugin-openapi-doc-generator',
100100
},
101101
RateLimitingPlugin: {
@@ -183,7 +183,7 @@ export const pluginDocs: PluginDocs = {
183183
name: 'ODSP Search Guidance Plugin',
184184
url: 'https://learn.microsoft.com/microsoft-cloud/dev/dev-proxy/technical-reference/odspsearchguidanceplugin',
185185
},
186-
OpenAPISpecGeneratorPlugin: {
186+
OpenApiSpecGeneratorPlugin: {
187187
name: 'Open API Spec Generator Plugin',
188188
url: 'https://learn.microsoft.com/microsoft-cloud/dev/dev-proxy/technical-reference/openapispecgeneratorplugin',
189189
},

0 commit comments

Comments
 (0)