From c4fc75895ee768ac84f43934629a1c9321529912 Mon Sep 17 00:00:00 2001 From: Eason Lin Date: Tue, 19 Mar 2019 18:56:30 +0800 Subject: [PATCH] fix(test): fix misspell (#323) --- parser_test.go | 2 +- testdata/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parser_test.go b/parser_test.go index 21d7d00ef..f3f507117 100644 --- a/parser_test.go +++ b/parser_test.go @@ -26,7 +26,7 @@ func TestParser_ParseGeneralApiInfo(t *testing.T) { ], "swagger": "2.0", "info": { - "description": "This is a sample server Petstore server.\nIt has a lot of beatiful features.", + "description": "This is a sample server Petstore server.\nIt has a lot of beautiful features.", "title": "Swagger Example API", "termsOfService": "http://swagger.io/terms/", "contact": { diff --git a/testdata/main.go b/testdata/main.go index 3372d10a8..eca3ec00f 100644 --- a/testdata/main.go +++ b/testdata/main.go @@ -3,7 +3,7 @@ package main // @title Swagger Example API // @version 1.0 // @description This is a sample server Petstore server. -// @description It has a lot of beatiful features. +// @description It has a lot of beautiful features. // @termsOfService http://swagger.io/terms/ // @contact.name API Support