1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 04:21:57 +00:00

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

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 {