Skip to content

Commit 0ecd621

Browse files
Update docs/tutorial.md
Co-authored-by: Darren Burns <[email protected]>
1 parent 80bf6eb commit 0ecd621

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
@@ -191,7 +191,7 @@ We've imported two new widgets in this code: [`Button`](widgets/button.md) for t
191191
Additionally, we've imported [`Horizontal`][textual.containers.Horizontal] and [`VerticalScroll`][textual.containers.VerticalScroll] from `textual.containers` (as the name of the module suggests, *containers* are widgets which contain other widgets).
192192
We will use these container widgets to define the general layout of our interface.
193193

194-
The `TimeDisplay` is currently very simple, all it does is extend `Digits` without adding any new. We will flesh this out later.
194+
The `TimeDisplay` is currently very simple, all it does is extend `Digits` without adding any new features. We will flesh this out later.
195195

196196
The `Stopwatch` widget class extends the `HorizontalGroup` container class, which will arrange its children into a horizontal row. The Stopwatch's `compose()` adds those children, which correspond to the components from the sketch above.
197197

0 commit comments

Comments
 (0)