Skip to content

Commit

Permalink
Corrected spelling from simmilate to simulate by @HintikkaKimmo via PR
Browse files Browse the repository at this point in the history
…#883

corrected spelling for example docs
  • Loading branch information
kataras authored Jan 22, 2018
2 parents 16741fd + 17129cc commit c833867
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 c833867

Please sign in to comment.