Skip to content

Commit 14a810c

Browse files
committed
fix(doc): readme typo, thanks @avrahamcool
1 parent c4f30fb commit 14a810c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ There are three parameters that are passed to the function (`getMore(topIndex, i
135135
## Caveats
136136

137137
1. `<template/>` is not supported as root element of a virtual repeat template. This is due to the requirement of aurelia ui virtualization technique: item height needs to be calculatable. With `<tempate/>`, there is no easy and performant way to acquire this value.
138-
2. Similar to (1), other template controllers cannot be used in conjunction with `virtual-repeat`, unline `repeat`. I.e: built-in template controllers: `with`, `if`, `replaceable` cannot be used with `virtual-repeat`. This can be workaround'd by nesting other template controllers inside the repeated element, with `<template/>` element, for example:
138+
2. Similar to (1), other template controllers cannot be used in conjunction with `virtual-repeat`, unlike `repeat`. I.e: built-in template controllers: `with`, `if`, `replaceable` cannot be used with `virtual-repeat`. This can be workaround'd by nesting other template controllers inside the repeated element, with `<template/>` element, for example:
139139

140140
```html
141141
<template>

0 commit comments

Comments
 (0)