Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some grammar issues in documentation #333

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To install a fresh TYPO3 11.5 system, try the following installation procedure w
# * Apache is running as user www-data with group www-data
# * execution of all following commands as user www-data
cd /var/www/
# remove /var/www/dfgviewer if it already exist or make sure it's really empty by ls -la dfgviewer/
# remove /var/www/dfgviewer if it already exists or make sure it's really empty by ls -la dfgviewer/
rm -r dfgviewer/
# load full TYPO3 via composer
composer create-project typo3/cms-base-distribution:^11 dfgviewer
Expand Down Expand Up @@ -154,7 +154,7 @@ You may notice from time to time, the viewer page keeps empty even though you
pass the :code:`tx_dlf[id]` parameter.

This happens, if someone called the viewer page without any parameters. In this
case, TYPO3 saves the page to it's cache. If you call the viewer page again with
case, TYPO3 saves the page to its cache. If you call the viewer page again with
any parameter and without a cHash, the (empty) cached page is delivered.

To avoid this, you must configure :code:`tx_dlf[id]` to require a cHash. Of
Expand Down
Loading