Skip to content

Commit 7ef5648

Browse files
Davidclydin
David
authored andcommitted
docs(@angular/cli): fix inline link and code formatting
1 parent e4166e2 commit 7ef5648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/documentation/e2e.md

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)