Skip to content

Commit 591ebcd

Browse files
committed
Merge pull request symfony#2665 from jbafford/contributing-code-edits
Minor fixes to contributing code docs
2 parents ba23197 + 7fcbed1 commit 591ebcd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

contributing/code/patches.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ Set up your user information with your real name and a working email address:
3434

3535
.. tip::
3636

37-
If your IDE creates configuration files inside project's directory,
37+
If your IDE creates configuration files inside the project's directory,
3838
you can use global ``.gitignore`` file (for all projects) or
3939
``.git/info/exclude`` file (per project) to ignore them. See
4040
`Github's documentation`_.
4141

4242
.. tip::
4343

4444
Windows users: when installing Git, the installer will ask what to do with
45-
line endings and suggests to replace all Lf by CRLF. This is the wrong
45+
line endings, and suggests replacing all LF with CRLF. This is the wrong
4646
setting if you wish to contribute to Symfony! Selecting the as-is method is
4747
your best choice, as git will convert your line feeds to the ones in the
4848
repository. If you have already installed Git, you can check the value of
@@ -52,8 +52,8 @@ Set up your user information with your real name and a working email address:
5252
5353
$ git config core.autocrlf
5454
55-
This will return either "false", "input" or "true", "true" and "false" being
56-
the wrong values. Set it to another value by typing:
55+
This will return either "false", "input" or "true"; "true" and "false" being
56+
the wrong values. Change it to "input" by typing:
5757

5858
.. code-block:: bash
5959
@@ -344,7 +344,7 @@ because you want early feedback on your work, add an item to todo-list:
344344
.. code-block:: text
345345
346346
- [ ] finish the code
347-
- [ ] gather feedback my changes
347+
- [ ] gather feedback for my changes
348348
349349
As long as you have items in the todo-list, please prefix the pull request
350350
title with "[WIP]".

0 commit comments

Comments
 (0)