Merge pull request #218 from 858806258/develop

Fix typo
This commit is contained in:
Javier Provecho Fernandez 2015-02-12 23:37:56 +01:00
commit 6d4aa27983
1 changed files with 1 additions and 1 deletions

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"},