diff --git a/components/psr7.rst b/components/psr7.rst index eb5ff8196a9..04a3b9148b5 100644 --- a/components/psr7.rst +++ b/components/psr7.rst @@ -29,7 +29,7 @@ Usage Converting from HttpFoundation Objects to PSR-7 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The bridge provides an interface of a factory called +The bridge provides an interface of a factory called `HttpMessageFactoryInterface`_ that builds objects implementing PSR-7 interfaces from HttpFoundation objects. diff --git a/workflow.rst b/workflow.rst index 98b0d7c5798..b0dd2f2495a 100644 --- a/workflow.rst +++ b/workflow.rst @@ -39,7 +39,7 @@ a ``Definition`` and a way to write the states to the objects (i.e. an instance of a :class:`Symfony\\Component\\Workflow\\MarkingStore\\MarkingStoreInterface`.) Consider the following example for a blog post. A post can have these places: -``draft``, ``reviewed``, ``rejected``, ``published``. You could define the workflow as +``draft``, ``reviewed``, ``rejected``, ``published``. You could define the workflow as follows: .. configuration-block::