From 3dc8d865fe9208e744cb53d3d4f34acd490b6662 Mon Sep 17 00:00:00 2001 From: Peter Niederlag Date: Fri, 12 Apr 2019 15:57:46 +0200 Subject: [PATCH] follow TYPO3 CMS brand rules TYPO3 brand is uppercased ;) --- docs/examples/setup-typo3.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/examples/setup-typo3.rst b/docs/examples/setup-typo3.rst index b6acc5f3..266fb46d 100644 --- a/docs/examples/setup-typo3.rst +++ b/docs/examples/setup-typo3.rst @@ -4,10 +4,10 @@ .. _example_setup_typo3: *********** -Setup Typo3 +Setup TYPO3 *********** -This example will use ``composer`` to install Typo3 from within the Devilbox PHP container. +This example will use ``composer`` to install TYPO3 from within the Devilbox PHP container. .. important:: Using ``composer`` requires the underlying file system to support symlinks. If you @@ -51,7 +51,7 @@ It will be ready in eight simple steps: 1. Enter the PHP container 2. Create a new VirtualHost directory -3. Install Typo3 via ``composer`` +3. Install TYPO3 via ``composer`` 4. Symlink webroot directory 5. Setup DNS record 6. Create ``FIRST_INSTALL`` file @@ -91,10 +91,10 @@ The vhost directory defines the name under which your project will be available. .. seealso:: :ref:`env_tld_suffix` -3. Install Typo3 +3. Install TYPO3 ---------------- -Navigate into your newly created vhost directory and install Typo3 with ``composer``. +Navigate into your newly created vhost directory and install TYPO3 with ``composer``. .. code-block:: bash