diff --git a/docs/areas.rst b/docs/areas.rst index 62511e4f9..e4dc38a1e 100644 --- a/docs/areas.rst +++ b/docs/areas.rst @@ -67,7 +67,7 @@ Use attributes to filter documented routes in each area You can use the ``#[Areas]`` attribute inside your controllers to define your routes' areas. -First, you need to define which areas will use the`#[Areas]` attributes to filter +First, you need to define which areas will use the ``#[Areas]`` attributes to filter the routes that should be documented: .. code-block:: yaml