Skip to content

Commit

Permalink
fix(docs): update copy (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed Jul 27, 2018
1 parent 9a74fc1 commit d8e8881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/framework/theme/components/layout/layout.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export class NbLayoutFooterComponent {
*
* The layout component is also responsible for changing application themes.
* It listens to the `themeChange` event and change a theme CSS class appended to body.
* Based on the class appended a specific CSS-theme is applied to the application.
* Based on the class appended, specific CSS-theme is applied to the application.
* More details of the Theme System could be found here [Enabling Theme System](#/docs/concepts/theme-system)
*
* A simple layout with footer:
Expand Down Expand Up @@ -238,7 +238,7 @@ export class NbLayoutFooterComponent {
* layout-min-height
* layout-content-width
* layout-window-mode-min-width
* layout-window-mode-max-width: window mode only, after this value layout turns into floating window
* layout-window-mode-max-width: window mode only, after this value layout turns into a floating window
* layout-window-mode-bg: window mode only, background
* layout-window-mode-padding-top: window mode only, max padding from top
* layout-window-shadow: window mode shadow
Expand Down

0 comments on commit d8e8881

Please sign in to comment.