File tree 1 file changed +3
-3
lines changed
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
23
23
<code>--config</code> (aliases: <code>-c</code>)
24
24
</p >
25
25
<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> .
27
27
</p >
28
28
</details >
29
29
@@ -33,7 +33,7 @@ Please note that options that are supported by `ng serve` are also supported by
33
33
<code>--element-explorer</code> (aliases: <code>-ee</code>) <em>default value: false</em>
34
34
</p >
35
35
<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.
37
37
</p >
38
38
</details >
39
39
@@ -56,7 +56,7 @@ Please note that options that are supported by `ng serve` are also supported by
56
56
<code>--specs</code> (aliases: <code>-sp</code>) <em>default value: []</em>
57
57
</p >
58
58
<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> ).
60
60
</p >
61
61
</details >
62
62
You can’t perform that action at this time.
0 commit comments