Skip to content

Commit

Permalink
Fixed formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
joachim-n committed Jun 21, 2024
1 parent 723193c commit 77407bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ These are harmless and can be ignored.

## Developing Drupal core

You can use the Drupal core git clone at 'repos/drupal/' in any way you like:
You can use the Drupal core git clone at `repos/drupal/` in any way you like:
create feature branches, clone from drupal.org issue forks, and so on. Changes
you make to files in the git clone affect the project, since the git clone is
symlinked into it.
Expand Down Expand Up @@ -154,7 +154,7 @@ $ cp web/core/phpunit.xml.dist phpunit.xml

### Debugging

You can set up debugging in an IDE that's open at the repos/drupal folder, so
You can set up debugging in an IDE that's open at the `repos/drupal` folder, so
that it recognises the process being run from the project root.

For example, in VSCode, this is done as follows in the debugger configuration:
Expand Down

0 comments on commit 77407bb

Please sign in to comment.