Skip to content

Commit

Permalink
fix(docs): use correct tag in usage example (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored and nnixaa committed Feb 2, 2018
1 parent 3b84981 commit b2333a9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -8,14 +8,14 @@ import { Component, Input, HostBinding } from '@angular/core';
* @example
*
* ```
* <nb-reveal-card>
* <nb-flip-card>
* <nb-card-front>
* <nb-card><nb-card-body>Front Card</nb-card-body></nb-card>
* </nb-card-front>
* <nb-card-back>
* <nb-card><nb-card-body>Back Card</nb-card-body></nb-card>
* </nb-card-back>
* </nb-reveal-card>
* </nb-flip-card>
* ```
*/
@Component({
Expand Down

0 comments on commit b2333a9

Please sign in to comment.