Skip to content

Commit

Permalink
Merge pull request OpenFeign#15 from seanjreilly/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
xxlabaza committed Feb 19, 2017
2 parents badf46f + 8118a71 commit 9f8f873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ In example above, we send file in parameter named **photo** with additional fiel

> **IMPORTANT:** You can specify your files in API method by declaring type **File** or **byte[]**.
### Spring MultipartFile and Spring Cloud Netflix @FeingClient support
### Spring MultipartFile and Spring Cloud Netflix @FeignClient support

You can also use Form Encoder with Spring `MultipartFile` and `@FeignClient`.

Expand Down

0 comments on commit 9f8f873

Please sign in to comment.