docs: Fix minor typo in *args Routing example.

This commit is contained in:
Wesley Spikes
2012-10-26 22:55:53 -07:00
parent 03588db454
commit 608ec27ced

View File

@@ -252,7 +252,7 @@ explicitly to method arguments:
::
$ curl http://localhost:8080/one/two/three
$ curl http://localhost:8080/args/one/two/three
one,two,three
The same effect can be achieved with HTTP ``POST`` body variables: