Typo in web_workers.md

Closes #6694
This commit is contained in:
Gabe Scholz 2016-01-25 19:43:45 -08:00 committed by Misko Hevery
parent e82b700ad0
commit 6ce13b68fa
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ import {WORKER_APP_PLATFORM, WORKER_APP_APPLICATION} from "angular2/platform/wor
selector: "hello-world"
})
@View({
template: "<h1>Hello {{name}}</h1>
template: "<h1>Hello {{name}}</h1>"
})
export class HelloWorld {
name: string = "Jane";