Skip to content
Snippets Groups Projects
Commit c2454835 authored by Georg Ringer's avatar Georg Ringer Committed by Wouter Wolters
Browse files

[TASK] Fix typo in Install Tool

Replace 'chose' with 'choose'.

Change-Id: I5ad978009e20fa420ba888a3deabb86d0d1ae926
Resolves: #55053
Releases: 6.2
Reviewed-on: https://review.typo3.org/26873
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
parent 956c2fef
Branches
Tags
No related merge requests found
......@@ -114,7 +114,7 @@ class FeatureManager {
$featureName = $feature->getName();
$presets = $feature->getPresetsOrderedByPriority();
foreach ($presets as $preset) {
// Only chose "normal" presets, no custom presets
// Only choose "normal" presets, no custom presets
if ($preset instanceof CustomPresetInterface) {
break;
}
......
......@@ -2,7 +2,7 @@
TYPO3 CMS native database implementation is based on mysql. A database abstraction layer
allows to run TYPO3 CMS on different database engines like postgres. This is used rather seldom
and some core parts and extensions do not fully support this. Your TYPO3 CMS experience might suffer
if you chose to install the system on anything different than mysql.
if you choose to install the system on anything different than mysql.
</p>
<form method="post">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment