From 2a9647ef1f63cd7156c3e680f5de604aeecf9d73 Mon Sep 17 00:00:00 2001 From: Alexander Piskun <13381981+bigcat88@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:09:02 +0300 Subject: [PATCH] Fixed `unexpected unindent` in note. Signed-off-by: Alexander Piskun --- developer_manual/basics/public_share_template.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/developer_manual/basics/public_share_template.rst b/developer_manual/basics/public_share_template.rst index b3e066c05..d685982a5 100644 --- a/developer_manual/basics/public_share_template.rst +++ b/developer_manual/basics/public_share_template.rst @@ -1,10 +1,10 @@ -======= +===================== Public share template -======= +===================== .. sectionauthor:: Louis Chmn -It is possible to overrite the default public share view. This is possible by implementing the ``IPublicShareTemplateProvider`` interface. +It is possible to override the default public share view. This is possible by implementing the ``IPublicShareTemplateProvider`` interface. .. code-block:: php