Skip to content

Commit e9291a4

Browse files
authored
Fix capitalization of 'Fluid' in Index.rst
Correct capitalization of 'Fluid' in multiple instances throughout the document.
1 parent 57f21bd commit e9291a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/FluidTemplates/Index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ This chapter assumes the following:
2020
* You are familiar with `Asset handling in TYPO3 <https://docs.typo3.org/permalink/t3sitepackage:assets-theme>`_
2121
(CSS, JavaScript, design related images, etc)
2222

23-
After this tutorial you will have a better understanding of fluid templates and
23+
After this tutorial you will have a better understanding of Fluid templates and
2424
how to customize them to your needs. You should also be able to create some
25-
fluid templates yourself.
25+
Fluid templates yourself.
2626

27-
If you prefer to start with an HTML template and build it up to a fluid template
27+
If you prefer to start with an HTML template and build it up to a Fluid template
2828
step by step, have a look at :ref:`fluid-templates-scratch`.
2929

3030
.. contents:: Topics covered in this chapter
@@ -40,7 +40,7 @@ step by step, have a look at :ref:`fluid-templates-scratch`.
4040
The page view
4141
=============
4242

43-
The fluid templates that we will use to output the frontend pages have to be configured via TypoScript.
43+
The Fluid templates that we will use to output the frontend pages have to be configured via TypoScript.
4444

4545
In the site package that was `Generated for you <https://docs.typo3.org/permalink/t3sitepackage:minimal-design>`_,
4646
the TypoScript configuration can be found in
@@ -120,7 +120,7 @@ menu and the footer.
120120
Outermost HTML structure (body, head)
121121
=====================================
122122

123-
The outermost HTML is not usually handled in fluid templates. It
123+
The outermost HTML is not usually handled in Fluid templates. It
124124
is configured via TypoScript configuration of the
125125
`PAGE <https://docs.typo3.org/permalink/t3tsref:object-type-page>`_ object.
126126

0 commit comments

Comments
 (0)