Skip to content

Commit 43befce

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

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
@@ -334,7 +334,7 @@ We want our `Stopwatch` widget to have two states: a default state with a Start
334334
</div>
335335

336336

337-
We can accomplish this with a CSS _class_. Not to be confused with a Python class, a CSS class is like a tag you can add to a widget to modify its styles. A widget may have any number of CSS classes, which may be added and removes to change the style of your widget.
337+
We can accomplish this with a CSS _class_. Not to be confused with a Python class, a CSS class is like a tag you can add to a widget to modify its styles. A widget may have any number of CSS classes, which may be added and removed to change its appearance.
338338

339339
Here's the new CSS:
340340

0 commit comments

Comments
 (0)