Skip to content

Commit a9f9fc6

Browse files
committed
fixed markup
1 parent 335a134 commit a9f9fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Validation
293293
When submitting a recipe, several checks are automatically executed to validate
294294
the recipe:
295295

296-
* YAML files suffix must be `.yaml`, not `.yml`;
296+
* YAML files suffix must be ``.yaml``, not ``.yml``;
297297
* YAML files must be valid;
298298
* YAML files must use 4 space indentations;
299299
* JSON files must be valid;
@@ -309,7 +309,7 @@ the recipe:
309309
* The package must have a registered bundle in the manifest if type is "symfony-bundle";
310310
* The package does not only register a bundle for all environments;
311311
* All text files should end with a newline;
312-
* All configuration file names under `etc` should use the underscore notation;
312+
* All configuration file names under ``etc`` should use the underscore notation;
313313
* The Symfony website must be referenced using HTTPs.
314314

315315
Full Example

0 commit comments

Comments
 (0)