Corrected spelling from simmilate to simulate by @HintikkaKimmo via PR #883

corrected spelling for example docs

Former-commit-id: 79c2cd4f7f0c6b5396920bf13bd7da27fd51d457
This commit is contained in:
Gerasimos (Makis) Maropoulos 2018-01-22 19:09:04 +02:00 committed by GitHub
commit 243439af9d

View File

@ -12,7 +12,7 @@ func main() {
app.Use(recover.New()) app.Use(recover.New())
i := 0 i := 0
// let's simmilate a panic every next request // let's simulate a panic every next request
app.Get("/", func(ctx iris.Context) { app.Get("/", func(ctx iris.Context) {
i++ i++
if i%2 == 0 { if i%2 == 0 {