From 89194219f9c9e44bb770b3aa52303d9632b15871 Mon Sep 17 00:00:00 2001 From: Stefan Topfstedt Date: Wed, 18 May 2022 11:55:35 -0700 Subject: [PATCH] corrects config option name in docs. --- Resources/doc/areas.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/areas.rst b/Resources/doc/areas.rst index ca0696c..1e4317b 100644 --- a/Resources/doc/areas.rst +++ b/Resources/doc/areas.rst @@ -69,7 +69,7 @@ the routes that should be documented: default: path_patterns: [ ^/api ] internal: - with_annotations: true + with_annotation: true Then add the annotation before your controller or action::