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

View File

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