diff --git a/data/part-13/3-event-handling.md b/data/part-13/3-event-handling.md index b0055262b..9beab4df6 100644 --- a/data/part-13/3-event-handling.md +++ b/data/part-13/3-event-handling.md @@ -227,7 +227,7 @@ leftText.textProperty().addListener(new ChangeListener() { -In the previous example the changes being observed are in the text of the text field. Beacause text is in string format we have provided string as the type for the handler interface. As before, we can also express this code in a more compact form. +In the previous example the changes being observed are in the text of the text field. Because text is in string format we have provided string as the type for the handler interface. As before, we can also express this code in a more compact form.