Skip to content

Commit e931eaa

Browse files
[Backport 13.4] fix grammar and typos (TYPO3 concepts) (#672)
* Update ContentSecurityPolicy.rst add missing space in sentence * Update Index.rst fix typo and wording for "top bar" (not "toolbar") * Update Index.rst remove redundant word * Update Index.rst fix grammar and wording * Update Index.rst improve sentence structure and grammar --------- Co-authored-by: ivan <[email protected]>
1 parent 652b6df commit e931eaa

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Documentation/Concepts/Assets/Index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ Assets in extensions and site packages
5454
Assets usually include CSS files, JavaScript and images / icons used for design
5555
purposes.
5656

57-
Within an extension, including a site package, they can only be placed in folder
58-
:path:`Resources/Public` and subfolders of this folder.
57+
Within an extension, including a site package, they can only be placed in the
58+
:path:`Resources/Public` folder and subfolders of this folder.
5959

6060
During Composer installation the :path:`Resources/Public` directories of all
61-
installed extensions are symlinked into the webroot, folder :path:`public/_assets`.
61+
installed extensions are symlinked into the :path:`public/_assets` webroot folder.
6262
For security reasons the folders in :path:`public/_assets` have hashed names.
6363

6464
.. note::

Documentation/Concepts/Backend/AdminTools/ContentSecurityPolicy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ API.
1313
This module handles
1414
:ref:`Reporting of violations of the Content Security
1515
Policy <t3coreapi:content-security-policy-reporting>`. It is always available
16-
but can only be:ref:`accessed via the backend <t3start:admin-tools-access>`,
16+
but can only be :ref:`accessed via the backend <t3start:admin-tools-access>`,
1717
not the Install Tool.

Documentation/Concepts/Cache/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ Here are the main ways to clear caches in TYPO3 13:
3030
* Clearing Cache in the backend:
3131

3232
* In the Backend, look for the Clear cache icon, which resembles a
33-
lightning bolt. You can find this in the top toolbar.
33+
lightning bolt. You can find this in the `top bar <https://docs.typo3.org/permalink/t3start:top-bar>`_.
3434

3535
.. figure:: /Images/ManualScreenshots/ClearCache/Toolbar.png
3636

3737
* For deeper cache management, you can use the Install Tool:
3838
In :guilabel:`Admin Tools > Maintenance` you can find the option to
3939
clear all caches. This will refresh everything, including caches
40-
that aren't typically cleared through the backend toolbar.backend
40+
that aren't typically cleared through the backend top bar.
4141

4242
* Clearing caches via Command Line
4343

Documentation/Concepts/TCA/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ TCA is used to:
3333
field to only accept numeric values or enforce a specific character limit.
3434
* TCA supports defining relationships between tables, such as one-to-one, one-to-many, and many-to-many relations.
3535
It manages how records from related tables are linked and displayed in the backend.
36-
* TCA, you can control which fields and records are editable, based on user roles and permissions.
37-
* Extend existing tables and create new ones with custom field definitions
36+
* TCA handles which fields and records are editable, based on user roles and permissions.
37+
* TCA extends existing tables and creates new ones with custom field definitions
3838

3939
For example, when you create a new content element or extend an existing one,
4040
you define the fields using TCA in the Configuration/TCA directory of your extension.

Documentation/Concepts/TypoScript/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Wrap "Hello, world." in p-tags
124124
6. We use the :confval:`stdWrap <t3tsref:text-stdwrap>` property of the TEXT
125125
object to configure the :ref:`stdWrap <t3tsref:stdwrap>` function.
126126

127-
In this function we use the option wrap :confval:`wrap <t3tsref:stdwrap-wrap>`.
127+
In this function we use the option :confval:`wrap <t3tsref:stdwrap-wrap>`.
128128
It surrounds the current content of the TEXT object as set in line 5 with
129129
the value defined here. The pipe `|` character is replaced by the text that corresponds to the value property.
130130

0 commit comments

Comments
 (0)