Skip to content

Commit c283617

Browse files
committed
Fix intro
1 parent 7a09314 commit c283617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ mount(
143143
);
144144
```
145145

146-
The `For` component repeats content for each unique item in an iterable:
146+
The `For` component repeats content for each item in an iterable:
147147
```jsx
148148
import { $, mount, For } from "rvx";
149149

0 commit comments

Comments
 (0)