diff --git a/data/part-11/2-packages.md b/data/part-11/2-packages.md index c788fcbc..6a769573 100644 --- a/data/part-11/2-packages.md +++ b/data/part-11/2-packages.md @@ -271,7 +271,7 @@ Within the exercise base, create three packages: `a`, `b`, and `c`. Create class -The project directory `src/main/java` contains the source code files of the program. If the package of a class is library, that class is stored inside the `src/main/java/libary` folder of the source code directory. You can also check the concrete project structure in NetBeans in the **Files** tab, which is normally next to the **Project** tab. If you cannot see the **Files** tab, you can make it appear by choosing the option **Files** from the dropdown menu **Window**. +The project directory `src/main/java` contains the source code files of the program. If the package of a class is library, that class is stored inside the `src/main/java/library` folder of the source code directory. You can also check the concrete project structure in NetBeans in the **Files** tab, which is normally next to the **Project** tab. If you cannot see the **Files** tab, you can make it appear by choosing the option **Files** from the dropdown menu **Window**.