Skip to content

Commit 74b047b

Browse files
committed
[Components] Fix punctuation in installation instruction lists
1 parent 2eda57b commit 74b047b

File tree

22 files changed

+44
-44
lines changed

22 files changed

+44
-44
lines changed

components/class_loader/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Installation
3333
You can install the component in 2 different ways:
3434

3535
* :doc:`Install it via Composer </components/using_components>` (``symfony/class-loader``
36-
on `Packagist`_).
37-
* Use the official Git repository (https://github.com/symfony/ClassLoader);
36+
on `Packagist`_);
37+
* Use the official Git repository (https://github.com/symfony/ClassLoader).
3838

3939
.. _`autoloading mechanism`: http://php.net/manual/en/language.oop5.autoload.php
4040
.. _Packagist: https://packagist.org/packages/symfony/class-loader

components/config/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Installation
1717

1818
You can install the component in 2 different ways:
1919

20-
* :doc:`Install it via Composer </components/using_components>` (``symfony/config`` on `Packagist`_).
21-
* Use the official Git repository (https://github.com/symfony/Config);
20+
* :doc:`Install it via Composer </components/using_components>` (``symfony/config`` on `Packagist`_);
21+
* Use the official Git repository (https://github.com/symfony/Config).
2222

2323
Sections
2424
--------

components/console/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Installation
1717

1818
You can install the component in 2 different ways:
1919

20-
* :doc:`Install it via Composer </components/using_components>` (``symfony/console`` on `Packagist`_).
21-
* Use the official Git repository (https://github.com/symfony/Console);
20+
* :doc:`Install it via Composer </components/using_components>` (``symfony/console`` on `Packagist`_);
21+
* Use the official Git repository (https://github.com/symfony/Console).
2222

2323
.. note::
2424

components/css_selector.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Installation
1212

1313
You can install the component in 2 different ways:
1414

15-
* :doc:`Install it via Composer </components/using_components>` (``symfony/css-selector`` on `Packagist`_).
16-
* Use the official Git repository (https://github.com/symfony/CssSelector);
15+
* :doc:`Install it via Composer </components/using_components>` (``symfony/css-selector`` on `Packagist`_);
16+
* Use the official Git repository (https://github.com/symfony/CssSelector).
1717

1818
Usage
1919
-----

components/dependency_injection/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Installation
1616

1717
You can install the component in 2 different ways:
1818

19-
* :doc:`Install it via Composer </components/using_components>` (``symfony/dependency-injection`` on `Packagist`_).
20-
* Use the official Git repository (https://github.com/symfony/DependencyInjection);
19+
* :doc:`Install it via Composer </components/using_components>` (``symfony/dependency-injection`` on `Packagist`_);
20+
* Use the official Git repository (https://github.com/symfony/DependencyInjection).
2121

2222
Basic Usage
2323
-----------

components/dom_crawler.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Installation
1717

1818
You can install the component in 2 different ways:
1919

20-
* :doc:`Install it via Composer </components/using_components>` (``symfony/dom-crawler`` on `Packagist`_).
21-
* Use the official Git repository (https://github.com/symfony/DomCrawler);
20+
* :doc:`Install it via Composer </components/using_components>` (``symfony/dom-crawler`` on `Packagist`_);
21+
* Use the official Git repository (https://github.com/symfony/DomCrawler).
2222

2323
Usage
2424
-----

components/event_dispatcher/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Installation
4949

5050
You can install the component in 2 different ways:
5151

52-
* :doc:`Install it via Composer </components/using_components>` (``symfony/event-dispatcher`` on `Packagist`_).
53-
* Use the official Git repository (https://github.com/symfony/EventDispatcher);
52+
* :doc:`Install it via Composer </components/using_components>` (``symfony/event-dispatcher`` on `Packagist`_);
53+
* Use the official Git repository (https://github.com/symfony/EventDispatcher).
5454

5555
Usage
5656
-----

components/filesystem.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Installation
1515

1616
You can install the component in 2 different ways:
1717

18-
* :doc:`Install it via Composer </components/using_components>` (``symfony/filesystem`` on `Packagist`_).
19-
* Use the official Git repository (https://github.com/symfony/Filesystem);
18+
* :doc:`Install it via Composer </components/using_components>` (``symfony/filesystem`` on `Packagist`_);
19+
* Use the official Git repository (https://github.com/symfony/Filesystem).
2020

2121
Usage
2222
-----

components/finder.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Installation
1313

1414
You can install the component in 2 different ways:
1515

16-
* :doc:`Install it via Composer </components/using_components>` (``symfony/finder`` on `Packagist`_).
17-
* Use the official Git repository (https://github.com/symfony/Finder);
16+
* :doc:`Install it via Composer </components/using_components>` (``symfony/finder`` on `Packagist`_);
17+
* Use the official Git repository (https://github.com/symfony/Finder).
1818

1919
Usage
2020
-----

components/form/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Installation
1919

2020
You can install the component in 2 different ways:
2121

22-
* :doc:`Install it via Composer </components/using_components>` (``symfony/form`` on `Packagist`_).
23-
* Use the official Git repository (https://github.com/symfony/Form);
22+
* :doc:`Install it via Composer </components/using_components>` (``symfony/form`` on `Packagist`_);
23+
* Use the official Git repository (https://github.com/symfony/Form).
2424

2525
Configuration
2626
-------------

components/http_foundation/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Installation
2121

2222
You can install the component in 2 different ways:
2323

24-
* :doc:`Install it via Composer </components/using_components>` (``symfony/http-foundation`` on `Packagist`_).
25-
* Use the official Git repository (https://github.com/symfony/HttpFoundation);
24+
* :doc:`Install it via Composer </components/using_components>` (``symfony/http-foundation`` on `Packagist`_);
25+
* Use the official Git repository (https://github.com/symfony/HttpFoundation).
2626

2727
.. _component-http-foundation-request:
2828

components/http_kernel/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Installation
1616

1717
You can install the component in 2 different ways:
1818

19-
* :doc:`Install it via Composer </components/using_components>` (``symfony/http-kernel`` on Packagist_).
20-
* Use the official Git repository (https://github.com/symfony/HttpKernel);
19+
* :doc:`Install it via Composer </components/using_components>` (``symfony/http-kernel`` on Packagist_);
20+
* Use the official Git repository (https://github.com/symfony/HttpKernel).
2121

2222
The Workflow of a Request
2323
-------------------------

components/locale.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Installation
2727

2828
You can install the component in 2 different ways:
2929

30-
* :doc:`Install it via Composer </components/using_components>` (``symfony/locale`` on `Packagist`_).
31-
* Use the official Git repository (https://github.com/symfony/Locale);
30+
* :doc:`Install it via Composer </components/using_components>` (``symfony/locale`` on `Packagist`_);
31+
* Use the official Git repository (https://github.com/symfony/Locale).
3232

3333
Usage
3434
-----

components/options_resolver.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Installation
1313

1414
You can install the component in 2 different ways:
1515

16-
* :doc:`Install it via Composer </components/using_components>` (``symfony/options-resolver`` on `Packagist`_)
17-
* Use the official Git repository (https://github.com/symfony/OptionsResolver
16+
* :doc:`Install it via Composer </components/using_components>` (``symfony/options-resolver`` on `Packagist`_);
17+
* Use the official Git repository (https://github.com/symfony/OptionsResolver).
1818

1919
Usage
2020
-----

components/process.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Installation
1212

1313
You can install the component in 2 different ways:
1414

15-
* :doc:`Install it via Composer </components/using_components>` (``symfony/process`` on `Packagist`_).
16-
* Use the official Git repository (https://github.com/symfony/Process);
15+
* :doc:`Install it via Composer </components/using_components>` (``symfony/process`` on `Packagist`_);
16+
* Use the official Git repository (https://github.com/symfony/Process).
1717

1818
Usage
1919
-----

components/property_access/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Installation
1717

1818
You can install the component in two different ways:
1919

20-
* :doc:`Install it via Composer</components/using_components>` (``symfony/property-access`` on `Packagist`_).
21-
* Use the official Git repository (https://github.com/symfony/PropertyAccess);
20+
* :doc:`Install it via Composer</components/using_components>` (``symfony/property-access`` on `Packagist`_);
21+
* Use the official Git repository (https://github.com/symfony/PropertyAccess).
2222

2323
Usage
2424
-----

components/routing/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Installation
1313

1414
You can install the component in 2 different ways:
1515

16-
* :doc:`Install it via Composer </components/using_components>` (``symfony/routing`` on `Packagist`_).
17-
* Use the official Git repository (https://github.com/symfony/Routing);
16+
* :doc:`Install it via Composer </components/using_components>` (``symfony/routing`` on `Packagist`_);
17+
* Use the official Git repository (https://github.com/symfony/Routing).
1818

1919
Usage
2020
-----

components/security/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Installation
1919

2020
You can install the component in 2 different ways:
2121

22-
* :doc:`Install it via Composer </components/using_components>` (``symfony/security`` on Packagist_).
23-
* Use the official Git repository (https://github.com/symfony/Security);
22+
* :doc:`Install it via Composer </components/using_components>` (``symfony/security`` on Packagist_);
23+
* Use the official Git repository (https://github.com/symfony/Security).
2424

2525
Sections
2626
--------

components/serializer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Installation
2727

2828
You can install the component in 2 different ways:
2929

30-
* :doc:`Install it via Composer </components/using_components>` (``symfony/serializer`` on `Packagist`_).
31-
* Use the official Git repository (https://github.com/symfony/Serializer);
30+
* :doc:`Install it via Composer </components/using_components>` (``symfony/serializer`` on `Packagist`_);
31+
* Use the official Git repository (https://github.com/symfony/Serializer).
3232

3333
Usage
3434
-----

components/stopwatch.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Installation
1616

1717
You can install the component in two different ways:
1818

19-
* :doc:`Install it via Composer</components/using_components>` (``symfony/stopwatch`` on `Packagist`_).
20-
* Use the official Git repository (https://github.com/symfony/Stopwatch);
19+
* :doc:`Install it via Composer</components/using_components>` (``symfony/stopwatch`` on `Packagist`_);
20+
* Use the official Git repository (https://github.com/symfony/Stopwatch).
2121

2222
Usage
2323
-----

components/templating/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Installation
1818

1919
You can install the component in 2 different ways:
2020

21-
* :doc:`Install it via Composer </components/using_components>` (``symfony/templating`` on `Packagist`_).
22-
* Use the official Git repository (https://github.com/symfony/Templating);
21+
* :doc:`Install it via Composer </components/using_components>` (``symfony/templating`` on `Packagist`_);
22+
* Use the official Git repository (https://github.com/symfony/Templating).
2323

2424
Usage
2525
-----

components/yaml/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Installation
3131

3232
You can install the component in 2 different ways:
3333

34-
* :doc:`Install it via Composer </components/using_components>` (``symfony/yaml`` on `Packagist`_).
35-
* Use the official Git repository (https://github.com/symfony/Yaml);
34+
* :doc:`Install it via Composer </components/using_components>` (``symfony/yaml`` on `Packagist`_);
35+
* Use the official Git repository (https://github.com/symfony/Yaml).
3636

3737
Why?
3838
----

0 commit comments

Comments
 (0)