Skip to content

Commit 799fd26

Browse files
fix: correct indentation in README example for better readability
1 parent b3df545 commit 799fd26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ import { NgxZonelessScrollbar, ScrollbarUpdateEvent } from 'ngx-zoneless-scrollb
8686
</ngx-zoneless-scrollbar>
8787
8888
@if (scrollbar.isVerticallyScrollable()) {
89-
<p>Content is scrollable!</p>
89+
<p>Content is scrollable!</p>
9090
}
9191
`,
9292
})

projects/ngx-zoneless-scrollbar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ import { NgxZonelessScrollbar, ScrollbarUpdateEvent } from 'ngx-zoneless-scrollb
8686
</ngx-zoneless-scrollbar>
8787
8888
@if (scrollbar.isVerticallyScrollable()) {
89-
<p>Content is scrollable!</p>
89+
<p>Content is scrollable!</p>
9090
}
9191
`,
9292
})

0 commit comments

Comments
 (0)