Skip to content
Open
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
Fixed spelling error
Fixed error where package application was misspelled.
  • Loading branch information
JackieYeDev authored Oct 1, 2025
commit 3f8b01b7076c46aeda0eaf2a7254159c9aae7046
2 changes: 1 addition & 1 deletion data/part-13/5-multiple-views.md
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ public class Syottonakyma {
``` -->

```java
package applicatoin;
package application;

import javafx.geometry.Insets;
import javafx.geometry.Pos;
Expand Down