Skip to content

Commit

Permalink
Fix typo in routing.md (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab authored Jul 14, 2022
1 parent 321d6e9 commit 0df7804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ app.addRoute("/hello", hello)
app.run()
```

You can also use `seq[httpMetod]` to register the same handler but supports multiple HTTP methods.
You can also use `seq[HttpMethod]` to register the same handler but supports multiple HTTP methods.

```nim
import prologue
Expand Down

0 comments on commit 0df7804

Please sign in to comment.