Skip to content

Commit a12f495

Browse files
marianosimoneko1
authored andcommitted
Fix markdown syntax in CONTRIBUTING for chrome test
1 parent 9de5d28 commit a12f495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Currently, there are 2 kinds of test frameworks for DAP and CDP.
269269

270270
If you want to write protocol-based tests, you should use the test generator.
271271
To run the test generator, you can enter `$ bin/gentest target.rb --open=vscode` in the terminal, VSCode will be executed.
272-
Also, if you enter ``$ bin/gentest target.rb --open=chrome` there, Chrome will be executed.
272+
Also, if you enter `$ bin/gentest target.rb --open=chrome` there, Chrome will be executed.
273273
If you need to modify existing tests, it is basically a good idea to regenerate them by the test generator instead of rewriting them directly.
274274
Please refer to [the Microsoft "Debug Adapter Protocol" article](https://microsoft.github.io/debug-adapter-protocol/specification) to learn more about DAP formats.
275275
Please refer to [Procol viewer for "Chrome DevTools Protocol"](https://chromedevtools.github.io/devtools-protocol/) to learn more about CDP formats.

0 commit comments

Comments
 (0)