Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 60e38b0

Browse files
authored
chore: sanitize some input (#3482)
1 parent a56c4a0 commit 60e38b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/docs/ts/latest/cli-quickstart.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ table(width="100%")
213213
The main HTML page that is served when someone visits your site.
214214
Most of the time you'll never need to edit it.
215215
The CLI automatically adds all `js` and `css` files when building your app so you
216-
never need to add any `<script>` or `<link>` tags here manually.
216+
never need to add any `&lt;script&gt;` or `&lt;link&gt;` tags here manually.
217217
tr
218218
td <code>main.ts</code>
219219
td

public/docs/ts/latest/guide/setup.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ a#develop-locally
88
The <live-example name=quickstart>QuickStart live-coding</live-example> example is an Angular _playground_.
99
It's not where you'd develop a real application.
1010
You [should develop locally](#why-locally "Why develop locally") on your own machine ... and that's also how we think you should learn Angular.
11-
11+
1212
Setting up a new project on your machine is quick and easy with the **QuickStart seed**,
1313
maintained [on github](https://github.com/angular/quickstart "Install the github QuickStart repo").
1414

@@ -213,7 +213,7 @@ a#why-locally
213213
* transpiling TypeScript in the browser is slow
214214
* the type support, refactoring, and code completion only work in your local IDE
215215

216-
Use the <live-example title="QuickStart Seed in Plunker"><i>live coding</i></live-example> environment as a _playground_,
216+
Use the <live-example title="QuickStart Seed in Plunker">live coding</live-example> environment as a _playground_,
217217
a place to try the documentation samples and experiment on your own.
218218
It's the perfect place to reproduce a bug when you want to
219219
<a href="https://github.com/angular/angular.io/issues/new" target="_blank" title="File a documentation issue">file a documentation issue</a> or

0 commit comments

Comments
 (0)