docs(style-guide): rename validator to validate

closes #1489
This commit is contained in:
Foxandxss 2016-05-23 16:25:01 +02:00 committed by Ward Bell
parent 3d27aa656c
commit 743540363d
3 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { Component } from '@angular/core'; import { Component } from '@angular/core';
import { ValidatorDirective } from './shared/validate.directive'; import { ValidatorDirective } from './shared/validator.directive';
@Component({ @Component({
selector: 'sg-app', selector: 'sg-app',