@@ -250,14 +250,14 @@ for temporary files of extensions and TYPO3 components.
250250
251251.. attention ::
252252
253- **Do not delete the entire ** :path: `public/typo3temp/ ` **directory. **
253+ **Do not delete the entire ** :path: `public/typo3temp/ ` **directory. **
254254
255255 Removing the entire directory may lead to problems during runtime or deployment.
256-
257- Developers should only delete specific subfolders that are safe to remove
256+
257+ Developers should only delete specific subfolders that are safe to remove
258258 and can be regenerated automatically.
259-
260- For proper handling and steps to safely regenerate required subdirectories,
259+
260+ For proper handling and steps to safely regenerate required subdirectories,
261261 see: :ref: `regeneration-temporary-folders ` (section to be written)
262262
263263.. _directory-public-typo3temp-assets :
@@ -279,14 +279,14 @@ cache and logs files) and should not be publicly available.
279279
280280.. attention ::
281281
282- **Do not delete the entire ** :path: `var/ ` **directory. **
282+ **Do not delete the entire ** :path: `var/ ` **directory. **
283283
284284 Removing the entire directory may lead to problems during runtime or deployment.
285-
286- Developers should only delete specific subfolders that are relevant to the
285+
286+ Developers should only delete specific subfolders that are relevant to the
287287 changes they have made and that can be safely regenerated.
288-
289- For more information and instructions on safely handling this directory, see:
288+
289+ For more information and instructions on safely handling this directory, see:
290290 :ref: `regeneration-temporary-folders `.
291291
292292.. _directory-var-cache :
@@ -346,7 +346,7 @@ Upon installation , Composer creates a symlink from packages to
346346Regenerating temporary folders
347347==============================
348348
349- TYPO3 requires certain folders under :path: `var/ ` and :path: `public/typo3temp/ `
349+ TYPO3 requires certain folders under :path: `var/ ` and :path: `public/typo3temp/ `
350350to exist. If they are missing, the system may not function correctly.
351351
352352To safely restore these folders, use one of the following methods:
0 commit comments