Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Oct 3, 2015
1 parent 305811e commit 1a7d0eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -102,7 +102,7 @@ public Swagger path(String key, Path path) {
return this;
}

public Swagger respnose(String key, Response response) {
public Swagger response(String key, Response response) {
if (this.responses == null) {
this.responses = new LinkedHashMap<String, Response>();
}
Expand Down

0 comments on commit 1a7d0eb

Please sign in to comment.