corrects config option name in docs.

This commit is contained in:
Stefan Topfstedt 2022-05-18 11:55:35 -07:00
parent 0220f641ed
commit 89194219f9

View File

@ -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::