wrong spell

change similate to simulate
This commit is contained in:
杰哥 2015-02-12 14:29:11 +08:00
parent 66b6eecec6
commit d806d7a600

View File

@ -438,7 +438,7 @@ func main() {
#### Using BasicAuth() middleware
```go
// similate some private data
// simulate some private data
var secrets = gin.H{
"foo": gin.H{"email": "foo@bar.com", "phone": "123433"},
"austin": gin.H{"email": "austin@example.com", "phone": "666"},