Skip to content

Commit 07f4a08

Browse files
authored
Fixed the code block language in README.md
1 parent 620df7b commit 07f4a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export class AppModule { }
117117

118118
**Step 3:** Wrap _virtual-scroller_ tag around elements;
119119

120-
```ts
120+
```html
121121
<virtual-scroller #scroll [items]="items">
122122
<my-custom-component *ngFor="let item of scroll.viewPortItems">
123123
</my-custom-component>

0 commit comments

Comments
 (0)