mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
corrected spelling for example docs
Corrected spelling from simmilate to simulate Former-commit-id: f672aa340fd53119defa89da0d93757dc0b0152b
This commit is contained in:
parent
68acbf3f31
commit
d4b09987c4
|
@ -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