Skip to content

Commit 4ff8e09

Browse files
committed
words
1 parent 5cf1ced commit 4ff8e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Reactive attributes work like any other attribute, such as those you might set i
397397

398398
To add a reactive attribute, import [reactive][textual.reactive.reactive] and create an instance in your class scope.
399399

400-
Let's see this an action, by adding reactives to our stopwatch which we will use to calculate the elapsed time when a Stopwatch is started.
400+
Let's add reactives to our stopwatch to calculate and display the elapsed time.
401401

402402
```python title="stopwatch05.py" hl_lines="1 5 12-27 45"
403403
--8<-- "docs/examples/tutorial/stopwatch05.py"

0 commit comments

Comments
 (0)