From 3bd01b988e96f58a82837124829877cc37a1a8ac Mon Sep 17 00:00:00 2001 From: Chris Lewis Date: Tue, 2 Aug 2016 15:50:25 -0400 Subject: [PATCH] s/It's/Its --- .../swagger-codegen/src/main/resources/codegen/README.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/swagger-codegen/src/main/resources/codegen/README.mustache b/modules/swagger-codegen/src/main/resources/codegen/README.mustache index 268a84a0edd..786b1382d66 100644 --- a/modules/swagger-codegen/src/main/resources/codegen/README.mustache +++ b/modules/swagger-codegen/src/main/resources/codegen/README.mustache @@ -1,7 +1,7 @@ # Swagger Codegen for the {{name}} library ## Overview -This is a boiler-plate project to generate your own client library with Swagger. It's goal is +This is a boiler-plate project to generate your own client library with Swagger. Its goal is to get you started with the basic plumbing so you can put in your own logic. It won't work without your changes applied.