diff --git a/doc/source/tune-tutorial.rst b/doc/source/tune-tutorial.rst
index a53d301cb..71cb40626 100644
--- a/doc/source/tune-tutorial.rst
+++ b/doc/source/tune-tutorial.rst
@@ -71,7 +71,7 @@ Early Stopping with ASHA
Let's integrate an early stopping algorithm to our search - ASHA, a scalable algorithm for principled early stopping.
How does it work? On a high level, it terminates trials that are less promising and
-allocates more time and resources to more promising trials. See `this blog post `__ for more details.
+allocates more time and resources to more promising trials. See `this blog post `__ for more details.
We can afford to **increase the search space by 5x**, by adjusting the parameter ``num_samples``. See the `Trial Scheduler section `__ for more details of available schedulers and library integrations.