Skip to content

Commit

Permalink
fix(test): fix misspell (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
easonlin404 authored and pei0804 committed Mar 19, 2019
1 parent 8183332 commit c4fc758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion testdata/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4fc758

Please sign in to comment.