8000 Fixed invalid nesting · symfony/symfony-docs@3cbf4d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3cbf4d9

Browse files
committed
Fixed invalid nesting
1 parent 75ee6b4 commit 3cbf4d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributing/documentation/standards.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ Files and Directories
8585
~~~~~~~~~~~~~~~~~~~~~
8686

8787
* When referencing directories, always add a trailing slash to avoid confusions
88-
with regular files (e.g. *"execute the ``console`` script located at the ``app/``
89-
directory"*).
88+
with regular files (e.g. "execute the ``console`` script located at the ``app/``
89+
directory").
9090
* When referencing file extensions explicitly, you should include a leading dot
91-
for every extension (e.g. "*XML files use the ``.xml`` extension*").
91+
for every extension (e.g. "XML files use the ``.xml`` extension").
9292
* When you list a Symfony file/directory hierarchy, use ``your-project/`` as the
9393
top level directory. E.g.
9494

0 commit comments

Comments
 (0)
0