Skip to content

Commit

Permalink
corrected spelling for example docs
Browse files Browse the repository at this point in the history
Corrected spelling from simmilate to simulate
  • Loading branch information
HintikkaKimmo authored Jan 22, 2018
1 parent 0d45654 commit 17129cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/miscellaneous/recover/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 17129cc

Please sign in to comment.