Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jawn committed Feb 21, 2018
1 parent bef57a7 commit 2d23cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Swashbuckle.Dummy.Core/App_Start/SwaggerConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public static void Register(HttpConfiguration httpConfig)
//
c.DocExpansion(DocExpansion.List);
// Specify which HTTP operations will have the 'Try it out!' option. An empty paramter list disables
// Specify which HTTP operations will have the 'Try it out!' option. An empty parameter list disables
// it for all operations.
//
//c.SupportedSubmitMethods("GET", "HEAD");
Expand Down Expand Up @@ -272,4 +272,4 @@ public static bool ResolveVersionSupportByRouteConstraint(ApiDescription apiDesc
: versionConstraint.Pattern.Split('|').Contains(targetApiVersion);
}
}
}
}

0 comments on commit 2d23cd7

Please sign in to comment.