Skip to content

Commit

Permalink
fix(layout): typo in basic usage example (#1213)
Browse files Browse the repository at this point in the history
closes #1212
  • Loading branch information
tibing-old-email authored and nnixaa committed Feb 6, 2019
1 parent 564138d commit 6b21fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/theme/components/layout/layout.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export class NbLayoutFooterComponent {
* ```html
* <nb-layout>
* <nb-layout-header></nb-layout-header>
* <nb-layout-footer></nb-layout-column>
* <nb-layout-footer></nb-layout-footer>
* <nb-layout-column></nb-layout-column>
* <nb-sidebar></nb-sidebar>
* </nb-layout>
Expand Down

0 comments on commit 6b21fe3

Please sign in to comment.