diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst
index 612bfa06495f8060f4f3ff1e56d1ec223c95d1da..f556de80eb3a2cbc184110da33f68983b7681a77 100644
--- a/extension/Documentation/Manual.rst
+++ b/extension/Documentation/Manual.rst
@@ -1262,9 +1262,9 @@ Client Parameter via SIP
 ------------------------
 
 Links with URL parameters, targeting to the local website, are typically SIP encoded. Instead of transferring the parameter
-as part of the URL, only one uniqe GET parameter 's' is appended at the link. The parameter 's' is uniq (equal to a
+as part of the URL, only one unique GET parameter 's' is appended at the link. The parameter 's' is unique (equal to a
 timestamp) for the user. Assigned variables are stored as a part of the PHP user session on the server.
-Two users might have the same value of parameter 's', but the content is completely independet.
+Two users might have the same value of parameter 's', but the content is completely independent.
 
 Variables needed by Typo3 remains on the link and are not 'sip-encoded'.
 
@@ -3827,7 +3827,7 @@ Multi Language Form
 QFQ Forms might be configured for up to 5 different languages. Per language there is one extra field in the *Form editor*.
 Which field represents which language is configured in configuration_.
 
-* The Typo3 installation needs to be configured to handle different languages - this is independet of QFQ and not covered
+* The Typo3 installation needs to be configured to handle different languages - this is independent of QFQ and not covered
   here. QFQ will use the Typo3 internal variable 'pageLanguage', which typically correlates to the URL parameter 'L' in the URL.
 * In configuration_ the Typo3 language index (value of 'L') and a language label have to be configured for each language.
   Only than, the additional language fields in the *Form editor* will be shown.
@@ -4707,7 +4707,7 @@ FAQ
 
  * Q: A variable {{<var>}} is shown as empty string, but there should be a value.
 
-   * A: The sanitize rule is violeted and therefore the value has been removed. Set {{<var>:<store>:all}} as a test.
+   * A: The sanitize rule is violated and therefore the value has been removed. Set {{<var>:<store>:all}} as a test.
      Only STORE_CLIENT and STORE_FORM will be sanitized.
 
 .. _`report`:
@@ -5151,7 +5151,7 @@ Column: _link
 
 * Most URLs will be rendered via class link.
 * Column names like `_pagee`, `_mailto`, ... are wrapper to class link.
-* The parameters for link contains a prefix to make them position-independet.
+* The parameters for link contains a prefix to make them position-independent.
 
 +---+---+--------------+-----------------------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
 |URL|IMG|Meaning       |Qualifier                          |Example                    |Description                                                                                                                             |
@@ -5234,25 +5234,25 @@ render mode might dynamically control the rendered link.
 
 * Column *Mode* is the render mode and controls how the link is rendered.
 
-+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
-|Mode        |Given: url & text    |Given: only url     | Given: only text |Description                                                            |
-+============+=====================+====================+==================+=======================================================================+
-|0 (default) |<a href=url>text</a> |<a href=url>url</a> |                  |text or image will be shown, only if there is a url, page or mailto    |
-+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
-|1           |<a href=url>text</a> |<a href=url>url</a> |text              |Text or image will be shown, independent of there is a url              |
-+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
-|2           |<a href=url>text</a> |                    |                  |no link if text is empty                                               |
-+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
-|3           |text                 |url                 |text              |no link, only text or image, incl. optional tooltip                    |
-+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
-|4           |url                  |url                 |text              |no link, show text, if text is empty, show url, incl. optional tooltip |
-+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
-|5           |                     |                    |                  |nothing at all                                                         |
-+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
-|6           | pure text           |                    |pure text         |no link, pure text                                                     |
-+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
-|7           | pure url            |pure url            |                  |no link, pure url                                                      |
-+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
++------------+---------------------+--------------------+------------------+---------------------------------------------------------------------------+
+|Mode        |Given: url & text    |Given: only url     | Given: only text |Description                                                                |
++============+=====================+====================+==================+===========================================================================+
+|0 (default) |<a href=url>text</a> |<a href=url>url</a> |                  |text or image will be shown, only if there is a url, page or mailto        |
++------------+---------------------+--------------------+------------------+---------------------------------------------------------------------------+
+|1           |<a href=url>text</a> |<a href=url>url</a> |text              |text or image will be shown, independently of whether there is a url or not|
++------------+---------------------+--------------------+------------------+---------------------------------------------------------------------------+
+|2           |<a href=url>text</a> |                    |                  |no link if text is empty                                                   |
++------------+---------------------+--------------------+------------------+---------------------------------------------------------------------------+
+|3           |text                 |url                 |text              |no link, only text or image, incl. optional tooltip                        |
++------------+---------------------+--------------------+------------------+---------------------------------------------------------------------------+
+|4           |url                  |url                 |text              |no link, show text, if text is empty, show url, incl. optional tooltip     |
++------------+---------------------+--------------------+------------------+---------------------------------------------------------------------------+
+|5           |                     |                    |                  |nothing at all                                                             |
++------------+---------------------+--------------------+------------------+---------------------------------------------------------------------------+
+|6           | pure text           |                    |pure text         |no link, pure text                                                         |
++------------+---------------------+--------------------+------------------+---------------------------------------------------------------------------+
+|7           | pure url            |pure url            |                  |no link, pure url                                                          |
++------------+---------------------+--------------------+------------------+---------------------------------------------------------------------------+
 
 ::