diff --git a/data/part-13/5-multiple-views.md b/data/part-13/5-multiple-views.md index d008ab651..ca173130f 100644 --- a/data/part-13/5-multiple-views.md +++ b/data/part-13/5-multiple-views.md @@ -26,7 +26,7 @@ Thus far our graphical interfaces have always included only one view. Next, we'l -Generally the views are created as Scene-objects and the transitioning between them happens with events bound to the application. The example below has to Scene objects which both have their own content and an event related to the content. Instead of having an object for laying out components (such as BorderPane) in the example Scene objects, both objects have just one user interface component. +Generally the views are created as Scene-objects and the transitioning between them happens with events bound to the application. The example below has two Scene objects which both have their own content and an event related to the content. Instead of having an object for laying out components (such as BorderPane) in the example Scene objects, both objects have just one user interface component. ```java