Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/site/apt/tutorial/advanced/nesting-extending.apt
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
Nesting Definitions

Sometimes it is useful to have a structured page with, say, a structured body.
Tipically, there is a main layout (for example, the "classic" layout) and the
Typically, there is a main layout (for example, the "classic" layout) and the
body is made of certain number of sections. In this case, nesting a definition
(the one for the body) inside another definition (the main layout) can be
useful.

* {Named subdefinitions}

Tiles supports nesting definitions natively. One way of usng nested definitions
Tiles supports nesting definitions natively. One way of using nested definitions
is creating a named "subdefinition" and using it as an attribute. For example:

------------------------------------
Expand Down