Skip to content

Commit ea7c022

Browse files
Sebastian Ionescufabpot
Sebastian Ionescu
authored andcommitted
fixed various typos and bugs and made some very minor improvements
1 parent 52b4089 commit ea7c022

File tree

5 files changed

+15
-13
lines changed

5 files changed

+15
-13
lines changed

contributing/code/bugs.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ us make a better Symfony2.
77
.. caution::
88

99
If you think you've found a security issue, please use the special
10-
doc:`procedure <security>` instead.
10+
:doc:`procedure <security>` instead.
1111

1212
Before submitting a bug:
1313

1414
* Double-check the official `documentation`_ to see if you're not misusing the
1515
framework;
1616

17-
* Ask assistance on the `users mailing-list`_, the `forum`, or on the
17+
* Ask assistance on the `users mailing-list`_, the `forum`_, or on the
1818
#symfony `IRC channel`_ if you're not sure if your issue is really a bug.
1919

2020
If your problem definitely looks like a bug, report it using the official bug

contributing/community/other.rst

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Other Resources
22
===============
33

4-
In order to follow what is happening in the community you might find these additional resources helpful
4+
In order to follow what is happening in the community you might find helpful
5+
these additional resources:
56

6-
* List of open `pulls`_ requests
7-
* List of recent `commits`_ list
7+
* List of open `pull requests`_
8+
* List of recent `commits`_
89
* List of open `bugs`_
910
* List of open source `bundles`_
1011

11-
.. _pulls: https://github.com/fabpot/symfony/pulls
12-
.. _commits: https://github.com/fabpot/symfony/commits/master
13-
.. _bugs: http://trac.symfony-project.org/report/24
14-
.. _bundles: http://symfony2bundles.org/
12+
.. _pull requests: https://github.com/fabpot/symfony/pulls
13+
.. _commits: https://github.com/fabpot/symfony/commits/master
14+
.. _bugs: http://trac.symfony-project.org/report/24
15+
.. _bundles: http://symfony2bundles.org/

contributing/documentation/format.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ reStructuredText
88
----------------
99

1010
reStructuredText "is an easy-to-read, what-you-see-is-what-you-get plaintext
11-
markup syntax and parser system."
11+
markup syntax and parser system".
1212

1313
You can learn more about its syntax by reading existing Symfony2 `documents`_
1414
or by reading the `reStructuredText Primer`_ on the Sphinx website.

contributing/documentation/license.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Attribution-Share Alike 3.0 Unported `License`_.
2929
domain under applicable law, that status is in no way affected by the
3030
license;
3131

32-
* *Other Rights* — In no way are any of the following rights affected by the license:
32+
* *Other Rights* — In no way are any of the following rights affected by the
33+
license:
3334

3435
* Your fair dealing or fair use rights, or other applicable copyright
3536
exceptions and limitations;

contributing/documentation/translations.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Contributing
1010
First, become familiar with the :doc:`markup language <format>` used by the
1111
documentation.
1212

13-
Then, subscribe to the `Symfony docs mailing-list`_, as collaboration happens
13+
Then, subscribe to the `Symfony2 docs mailing-list`_, as collaboration happens
1414
there.
1515

1616
Finally, find the *master* repository for the language you want to contribute
@@ -81,4 +81,4 @@ repository and apply changes to the translated documents as soon as possible.
8181
Non maintained languages are removed from the official list of
8282
repositories as obsolete documentation is dangerous.
8383

84-
.. _Symfony docs mailing-list: http://groups.google.com/group/symfony-docs
84+
.. _Symfony2 docs mailing-list: http://groups.google.com/group/symfony-docs

0 commit comments

Comments
 (0)