Skip to content

Commit dc04b7c

Browse files
greg0irelinawolf
authored andcommitted
Remove trailing whitespace
1 parent b9059dc commit dc04b7c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/developers/extensions/structure.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Each Composer package must have a file `composer.json`. See an example here:
2121
:lineos:
2222

2323
The PHP sources can be found in the directory `src` then as is stated in line 8
24-
in the `composer.json`.
24+
in the `composer.json`.
2525

2626
.. _extension_symfony:
2727

@@ -39,8 +39,8 @@ you can also configure the guides extension from your extension:
3939
:caption: your-extension/DependencyInjection/YourExtension.php
4040
:lineos:
4141

42-
Lines 24 to 28 load a :ref:`Dependency Injection configuration <extension_di_configuration>`
43-
file. Lines 29 to 36 configure the directory overriding the default templates.
42+
Lines 24 to 28 load a :ref:`Dependency Injection configuration <extension_di_configuration>`
43+
file. Lines 29 to 36 configure the directory overriding the default templates.
4444
Read chapter :ref:`extending_templates` to learn more about this.
4545

4646
.. note::

docs/developers/extensions/templates.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It is recommended to always extend an existing template so that the Twig files
1919
of the base templates can be used as fallback for non-defined specific template
2020
files.
2121

22-
In order to extend the default bootstrap theme, require the according base
22+
In order to extend the default bootstrap theme, require the according base
2323
extension in your extension's `composer.json`:
2424

2525
.. code-block:: json
@@ -35,7 +35,7 @@ extension in your extension's `composer.json`:
3535
3636
And then set `'extends' => 'bootstrap'` (line 32 in the first code-snippet).
3737

38-
To extend the base template (plain HTML) require `phpdocumentor/guides` in your
38+
To extend the base template (plain HTML) require `phpdocumentor/guides` in your
3939
`composer.json`, and omit the key `extends`:
4040

4141

0 commit comments

Comments
 (0)