docs: remove trailing space in code example (#44764)

PR Close #44764
This commit is contained in:
Tim Bowersox 2022-01-21 19:32:39 -05:00 committed by Andrew Kushnir
parent 9f4b46796e
commit 811c244a40

View file

@ -43,7 +43,7 @@ export class HeroFormReactiveComponent implements OnInit {
get power() { return this.heroForm.get('power'); }
get alterEgo() { return this.heroForm.get('alterEgo'); }
// #docregion async-validator-inject
constructor(private alterEgoValidator: UniqueAlterEgoValidator) {}
// #enddocregion async-validator-inject