Skip to content

Commit 7949c96

Browse files
authored
Update README.md
1 parent 6d116f7 commit 7949c96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,7 @@ you want.
186186
</Fact>
187187
```
188188

189-
If you want to assert directly on the rendered component or change its parameters
190-
and re-render, use the component reference syntax (`@ref`). The `Render` method allows
191-
you to trigger a re-render manually, on-demand.
189+
If you want to assert directly on the rendered component or change its parameters, use the component reference syntax (`@ref`). The `Render` method allows you to trigger a synchronous re-render manually as needed.
192190

193191
```cshtml
194192
@code {

0 commit comments

Comments
 (0)