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
…kataras#883

corrected spelling for example docs

Former-commit-id: 79c2cd4f7f0c6b5396920bf13bd7da27fd51d457
  • Loading branch information
kataras authored Jan 22, 2018
2 parents 4b4dbb0 + d4b0998 commit 243439a
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 243439a

Please sign in to comment.