Use "areas" instead of "routes" in example for nelmio_api_doc.areas at CHANGELOG.md

This commit is contained in:
Javier Spagnoletti 2018-04-01 11:23:02 -03:00
parent a356221c67
commit 84067b8c8b

View File

@ -33,7 +33,7 @@ Config
```yml ```yml
nelmio_api_doc: nelmio_api_doc:
routes: [ host_patterns: [ ^api\. ] ] areas: [ host_patterns: [ ^api\. ] ]
``` ```
* Added dependency for "symfony/options-resolver:^3.4.4|^4.0" * Added dependency for "symfony/options-resolver:^3.4.4|^4.0"