Skip to content

Commit

Permalink
Merge pull request #35 from djheels/patch-2
Browse files Browse the repository at this point in the history
Typo in Tutorial 2
  • Loading branch information
freakboy3742 committed Feb 22, 2020
2 parents 49a2f8c + ce97939 commit 72c5776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/tutorial-2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ We're still creating a main box; however, we are now applying a style::
main_box = toga.Box(style=Pack(direction=COLUMN))

Toga's builtin layout system is called "Pack". It behaves a lot like CSS. You
define objects in a heirarchy - in HTML, the objects are ``<div>``, ``<span>``,
define objects in a hierarchy - in HTML, the objects are ``<div>``, ``<span>``,
and other DOM elements; in Toga, they're widgets and boxes. You can then assign
styles to the individual elements. In this case, we're indicating that this is
a ``COLUMN`` box - that is, it is a box that will consume all the available
Expand Down

0 comments on commit 72c5776

Please sign in to comment.