Skip to content

Commit

Permalink
✏️ fix a humble misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton authored Dec 21, 2017
1 parent 07e7714 commit 9ed8721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public static void main(String[] args) {

```java
@PostRoute("/save")
public void savePerson(@Param String username, @Parma Integer age){
public void savePerson(@Param String username, @Param Integer age){
System.out.println("username is:" + usernam + ", age is:" + age)
}
```
Expand Down

0 comments on commit 9ed8721

Please sign in to comment.