diff --git a/docs/writing-a-locustfile.rst b/docs/writing-a-locustfile.rst index 5cd7bed5f3..50afc4a4fb 100644 --- a/docs/writing-a-locustfile.rst +++ b/docs/writing-a-locustfile.rst @@ -357,7 +357,7 @@ Grouping requests to URLs with dynamic parameters It's very common for websites to have pages whose URLs contain some kind of dynamic parameter(s). Often it makes sense to group these URL's together in Locust's statistics. This can be done by passing a *name* argument to the :py:class:`HttpSession's ` -different reqeust methods. +different request methods. Example::