mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01: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:
commit
243439af9d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user