Skip to content

Commit

Permalink
docs: fix typo in structural directive example (angular#32459)
Browse files Browse the repository at this point in the history
  • Loading branch information
mircowidmer authored and mhevery committed Sep 4, 2019
1 parent e213080 commit cfa09b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Directive, Input, TemplateRef, ViewContainerRef } from '@angular/core';
* then the templated elements are removed removed from the DOM,
* the templated elements are (re)inserted into the DOM.
*
* <div *ngUnless="errorCount" class="success">
* <div *appUnless="errorCount" class="success">
* Congrats! Everything is great!
* </div>
*
Expand Down

0 comments on commit cfa09b8

Please sign in to comment.