Skip to content

Commit 9095140

Browse files
committed
words
1 parent ed00287 commit 9095140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/reactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You may want to add explicit type hints if the attribute type is a superset of t
6565

6666
## Smart refresh
6767

68-
The first superpower we will look at is "smart refresh". When you modify a reactive attribute, Textual will make note of the fact that it has changed and refresh automatically by calling the widget's [`render()`][textual.widget.Widget.render] to get updated content.
68+
The first superpower we will look at is "smart refresh". When you modify a reactive attribute, Textual will make note of the fact that it has changed and refresh automatically by calling the widget's [`render()`][textual.widget.Widget.render] method to get updated content.
6969

7070
!!! information
7171

0 commit comments

Comments
 (0)