Skip to content

Commit

Permalink
CONTRIBUTING.MD: Remove redundant backtick
Browse files Browse the repository at this point in the history
This backtick is unnecessary, but breaks syntax highlighting
in VSCode.
  • Loading branch information
Lorak-mmk committed Jan 22, 2024
1 parent ebba8ea commit b6c813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ When on non-Linux machine, however, it can be impossible to connect to container
If you are using macOS, we provide a `dockerized-test` make target for running tests inside another Docker container:
```bash
make dockerized-test
````
```
If working on Windows, run tests in WSL.

The above commands will leave a running ScyllaDB cluster in the background.
Expand Down

0 comments on commit b6c813f

Please sign in to comment.