From 0bc06f8d4d574220bbcdfefc2836c334faddd4a1 Mon Sep 17 00:00:00 2001 From: Tanguy Invernizzi Date: Fri, 29 Mar 2019 16:35:05 +0100 Subject: [PATCH] Fixed typo in migration-from-swagger-codegen.md (#2548) --- docs/migration-from-swagger-codegen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration-from-swagger-codegen.md b/docs/migration-from-swagger-codegen.md index 63e7e613b93c..dc5ddacfe8e6 100644 --- a/docs/migration-from-swagger-codegen.md +++ b/docs/migration-from-swagger-codegen.md @@ -249,4 +249,4 @@ If your API client is using named parameters in the function call (e.g. Perl req ## Default basePath -The default `basePath` has been changed from `https://localhost` to `http://locallhost` (http without s) +The default `basePath` has been changed from `https://localhost` to `http://localhost` (http without s)