corrected spelling for example docs

Corrected spelling from simmilate to simulate

Former-commit-id: f672aa340fd53119defa89da0d93757dc0b0152b
This commit is contained in:
Kimmo Hintikka 2018-01-22 11:04:33 +00:00 committed by GitHub
parent 68acbf3f31
commit d4b09987c4

View File

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