Skip to content

Commit 89d00f7

Browse files
Update src/routes/reference/components/show.mdx
Co-authored-by: Sarah <gerrardsarah@gmail.com>
1 parent a418886 commit 89d00f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/reference/components/show.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function Example() {
2626

2727
## Keyed rendering
2828

29-
When the `keyed` prop is set to `true`, changes to the `when` propincluding reference changes—trigger a re-render of the `<Show>` component’s children.
29+
When the `keyed` is set to `true`, any change to the `when` propincluding changes in its reference — will cause the `<Show>` component to re-render its children.
3030

3131
```tsx
3232
import { createSignal, Show } from "solid-js";

0 commit comments

Comments
 (0)