Commit eaa9500f authored by Fabien Potencier's avatar Fabien Potencier

fixed typo in the doc

parent 8b92f180
...@@ -13,8 +13,8 @@ The cookbook section contains recipes for solving specific problems. ...@@ -13,8 +13,8 @@ The cookbook section contains recipes for solving specific problems.
Recipes Recipes
------- -------
* :doc:`Accepting a JSON request body <cookbook/json_request_body>` * :doc:`Accepting a JSON request body <json_request_body>` A common need when
A common need when building a restful API is the ability to accept a JSON building a restful API is the ability to accept a JSON encoded entity from
encoded entity from the request body. the request body.
* :doc:`Translating Validation Messages<translating_validation_messages>`. * :doc:`Translating Validation Messages<translating_validation_messages>`.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment