Skip to content

Commit

Permalink
Merge pull request #21 from bekwam/master
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
bekwam committed Dec 29, 2016
2 parents 2a445ef + fd19c24 commit 7c9a70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/layout.asc
Expand Up @@ -1530,7 +1530,7 @@ public class TileApp extends Application {
}
----

== TiledPane
== TitledPane
Author: Carl Walker

A `TitledPane` is a `Node` container matched with a `Label` and an optional control for showing and hiding the container contents. Since `TitledPane` is limited to a single `Node`, it is often paired with a container supporting multiple children like a `VBox`. Functionally, it can hide non-essential details of a form or group related controls.
Expand Down

0 comments on commit 7c9a70a

Please sign in to comment.