From 167812725a112fa0751308668c4b64a70f5725d9 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Thu, 28 Oct 2021 22:56:23 +0200 Subject: [PATCH 1/2] Adding link to Embeddables Please double-check the syntax - I'm not sure... https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#role-doc --- docs/en/reference/events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/events.rst b/docs/en/reference/events.rst index eeb276d91d7..29e80b3e39d 100644 --- a/docs/en/reference/events.rst +++ b/docs/en/reference/events.rst @@ -297,7 +297,7 @@ specific to a particular entity class's lifecycle. .. note:: - Note that Licecycle Callbacks are not supported for Embeddables. + Note that Licecycle Callbacks are not supported for :doc:`Embeddables`. .. code-block:: php From 7729e583f1b3d12bc95157ecc0ee00a7c4ffedc7 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Fri, 29 Oct 2021 00:34:16 +0200 Subject: [PATCH 2/2] Update events.rst --- docs/en/reference/events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/events.rst b/docs/en/reference/events.rst index 29e80b3e39d..44f24af745d 100644 --- a/docs/en/reference/events.rst +++ b/docs/en/reference/events.rst @@ -297,7 +297,7 @@ specific to a particular entity class's lifecycle. .. note:: - Note that Licecycle Callbacks are not supported for :doc:`Embeddables`. + Lifecycle Callbacks are not supported for :doc:`Embeddables`. .. code-block:: php