Skip to content

Commit

Permalink
fix tipo
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgyn committed Mar 17, 2023
1 parent 2f96c14 commit 777cc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ or you can provide more options for gateway itself documentation
services.AddSwaggerForOcelot(Configuration,
(o) =>
{
o.GenerateDocsForGatewayItSelf(opt =>
o.GenerateDocsDocsForGatewayItSelf(opt =>
{
opt.FilePathsForXmlComments = { "MyAPI.xml" };
opt.GatewayDocsTitle = "My Gateway";
Expand Down

0 comments on commit 777cc88

Please sign in to comment.