File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Please note that options that are supported by `ng serve` are also supported by
2323 <code>--config</code> (aliases: <code>-c</code>)
2424 </p >
2525 <p >
26- Use a specific config file. Defaults to the protractor config file in ` .angular-cli.json` .
26+ Use a specific config file. Defaults to the protractor config file in <code> .angular-cli.json</code> .
2727 </p >
2828</details >
2929
@@ -33,7 +33,7 @@ Please note that options that are supported by `ng serve` are also supported by
3333 <code>--element-explorer</code> (aliases: <code>-ee</code>) <em>default value: false</em>
3434 </p >
3535 <p >
36- Start Protractor's [Element Explorer]( https://github.com/angular/protractor/blob/master/docs/debugging.md#testing-out-protractor-interactively) for debugging.
36+ Start Protractor's <a href=" https://github.com/angular/protractor/blob/master/docs/debugging.md#testing-out-protractor-interactively">Element Explorer</a> for debugging.
3737 </p >
3838</details >
3939
@@ -56,7 +56,7 @@ Please note that options that are supported by `ng serve` are also supported by
5656 <code>--specs</code> (aliases: <code>-sp</code>) <em>default value: []</em>
5757 </p >
5858 <p >
59- Override specs in the protractor config. Can send in multiple specs by repeating flag (ng e2e --specs=spec1.ts --specs=spec2.ts).
59+ Override specs in the protractor config. Can send in multiple specs by repeating flag (<code> ng e2e --specs=spec1.ts --specs=spec2.ts</code> ).
6060 </p >
6161</details >
6262
You can’t perform that action at this time.
0 commit comments