Skip to content

Commit

Permalink
docs: fix a docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
孔令飞 committed Mar 5, 2024
1 parent 1ebc2be commit 17cfa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/zh-CN/api/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Null
**输入示例**

```bash
curl -XPOST -H'Content-Type: application/json' -H'Authorization: Bearer $Token' -d'{
curl -XPOST -H'Content-Type: application/json' -d'{
"oldPassword": "Foo@2020",
"newPassword": "Foo@2021"
}' http://marmotedu.io:8080/v1/users/foo/change_password
Expand Down

0 comments on commit 17cfa77

Please sign in to comment.