docs(style-guide): close the button at 09-01

closes #1490
This commit is contained in:
Foxandxss 2016-05-23 16:26:52 +02:00 committed by Ward Bell
parent 3a671bc912
commit 7f1412ca97
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { Component, OnInit } from '@angular/core';
// #docregion example
@Component({
selector: 'toh-hero-button',
template: `<button>OK<button>`
template: `<button>OK</button>`
})
export class HeroButtonComponent implements OnInit {
ngOnInit() {