Skip to content

Commit

Permalink
Merge pull request beego#579 from JJJJJJJerk/patch-1
Browse files Browse the repository at this point in the history
Update xsrf.md
  • Loading branch information
astaxie authored May 14, 2017
2 parents 59b4736 + 452852a commit a373e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh-CN/mvc/controller/xsrf.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jQuery.postJSON = function(url, args, callback) {

```go
func (this *HomeController) Get(){
this.Data["xsrf_token"] = this.XsrfToken()
this.Data["xsrf_token"] = this.XSRFToken()
}
```

Expand Down

0 comments on commit a373e48

Please sign in to comment.