Skip to content

Commit e34519d

Browse files
Merge pull request #20 from angular/master
Update upstream
2 parents 7496ed2 + 0de9cb6 commit e34519d

File tree

2 files changed

+2
-2
lines changed
  • docs/documentation
  • packages/@angular/cli/blueprints/ng/files/__path__

2 files changed

+2
-2
lines changed

docs/documentation/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Generating and serving an Angular project via a development server
1515
[Create](new) and [run](serve) a new project:
1616
```
1717
ng new my-project
18-
cd new-project
18+
cd my-project
1919
ng serve
2020
```
2121
Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

packages/@angular/cli/blueprints/ng/files/__path__/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<title><%= jsComponentName %></title>

0 commit comments

Comments
 (0)