Skip to content

Commit b133c36

Browse files
Merge pull request #98 from ember-cli/nvp/fix-types
Fix typos
2 parents a77bf48 + 1c98dae commit b133c36

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

files/demo-app/templates/application.gts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
import { pageTitle } from 'ember-page-title';
2+
13
const greeting = 'hello';
24

35
<template>
6+
{{pageTitle "Demo App"}}
7+
48
<h1>Welcome to ember!</h1>
59

610
{{greeting}}, world!

files/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7-
<title>Docs App</title>
7+
<title>Demo App</title>
88
<meta name="description" content="" />
99
<meta name="viewport" content="width=device-width, initial-scale=1" />
1010

11-
<link rel="stylesheet" href="./docs-app/styles.css" />
11+
<link rel="stylesheet" href="./demo-app/styles.css" />
1212

1313
</head>
1414

0 commit comments

Comments
 (0)