Skip to content

Commit fa83d78

Browse files
authored
Fixed typo (#2878)
1 parent 24682f3 commit fa83d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/administration/project_organization/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The architecture of [[= product_name =]] is layered and uses clearly defined API
1717
| Layer | Description |
1818
|-----------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1919
| [Back office](back_office_configuration.md) | Back office contains all the necessary parts to run the [[= product_name =]] back office interface. |
20-
| [HTTP Cache](http_cache.md)) | Symfony HTTP cache is used to manage content "view" cache with an expiration model. In addition it is extended by using FOSHttpCache to add several advanced features. |
20+
| [HTTP Cache](http_cache.md) | Symfony HTTP cache is used to manage content "view" cache with an expiration model. In addition it is extended by using FOSHttpCache to add several advanced features. |
2121
| [Controllers](controllers.md) | Controllers created by you to read information from a Request object, create and return a Response objects. |
2222
| [Twig templates](twig_function_reference.md) | Set of custom and built-in Twig templates. User interfaces are developed with the Twig template engine and query the public PHP API directly. |
2323
| [REST API v2](rest_api_usage.md) | The REST API v2 enables you to interact with an [[= product_name =]] installation through the HTTP protocol, following a REST interaction model. |

0 commit comments

Comments
 (0)