@@ -13,7 +13,7 @@ It is recommended to use the `styleguide` extension to auto generate several
1313example pages which can be used for testing the frontend and backend of TYPO3.
1414
1515The :t3src: `styleguide ` extension is part of the TYPO3 Core repository.
16- It used to mostly to showcase TCA / FormEngine features but has since evolved
16+ It is mostly used to showcase TCA / FormEngine features, but it has since evolved
1717to provide additional features.
1818
1919The styleguide extension can create pages within the TYPO3 site, specifically:
@@ -32,8 +32,7 @@ allows to test many TCA related configurations easily, without the need to
3232create custom extensions to reproduce problems.
3333
3434`EXT:styleguide ` has been integrated to the TYPO3 Core monorepository with
35- version 13. On older TYPO3 versions you need to install the package for example
36- via TER or Packagist (using Composer).
35+ version 13. On former TYPO3 versions you need to install this package either in the Extension Manager or by Composer.
3736
3837Go explore!
3938
4241
4342.. rst-class :: bignums-xxl
4443
45- 1. Activate the styleguide extension in the extension manager
44+ 1. Activate the styleguide extension in the Extension Manager
4645 .. tip ::
4746
4847 Once the styleguide extension is activated, it is possible to create
@@ -59,11 +58,11 @@ Setup
5958 # show help
6059 bin/typo3 styleguide:generate -h
6160
62- 2. In the Modules bar, Click on Sytem > Styleguide
63- 3. Click on the :guilabel: `Styleguide ` menu item (older TYPO3 versions
61+ 2. In the Modules bar click on :guilabel: ` System > Styleguide`
62+ 3. Click on the :guilabel: `Styleguide ` menu item (former TYPO3 versions
6463 present a custom module menu item)
6564
66- The Styleguide overview appears.
65+ The :guilabel: ` Styleguide ` overview appears.
6766
68674. Click on :guilabel: `TCA / Records / Frontend `
69685. Create pages
0 commit comments