diff --git a/README.md b/README.md index 7548e44c9..d7e1589d9 100644 --- a/README.md +++ b/README.md @@ -452,7 +452,7 @@ Use this option to control how the Operation listing is displayed. It can be set #### SupportedSubmitMethods #### -Specify which HTTP operations will have the 'Try it out!' option. An empty paramter list disables it for all operations. +Specify which HTTP operations will have the 'Try it out!' option. An empty parameter list disables it for all operations. ### Provide your own "index" file ### diff --git a/Swashbuckle.Dummy.Core/App_Start/SwaggerConfig.cs b/Swashbuckle.Dummy.Core/App_Start/SwaggerConfig.cs index 91377c72d..4794eae36 100644 --- a/Swashbuckle.Dummy.Core/App_Start/SwaggerConfig.cs +++ b/Swashbuckle.Dummy.Core/App_Start/SwaggerConfig.cs @@ -224,7 +224,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"); @@ -278,4 +278,4 @@ public static bool ResolveVersionSupportByRouteConstraint(ApiDescription apiDesc : versionConstraint.Pattern.Split('|').Contains(targetApiVersion); } } -} \ No newline at end of file +} diff --git a/Swashbuckle.WebHost/Nuget/Content/App_Start/SwaggerConfig.cs.pp b/Swashbuckle.WebHost/Nuget/Content/App_Start/SwaggerConfig.cs.pp index e5f1703c3..4c3527a68 100644 --- a/Swashbuckle.WebHost/Nuget/Content/App_Start/SwaggerConfig.cs.pp +++ b/Swashbuckle.WebHost/Nuget/Content/App_Start/SwaggerConfig.cs.pp @@ -214,7 +214,7 @@ // //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");