Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/lab-2-introducing-spring-viewcomponent.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public class UserTableComponent {

In the last lab, we defined the `USER_TABLE_BODY_ID` in the `UserController.java`. Now define it in the `UserTableComponent.java` .

Now we will create a `UserManagementComponent.jte` template in the same package as the `UserTableComponent.java`:
Now we will create a `UserTableComponent.jte` template in the same package as the `UserTableComponent.java`:

{% code title="UserTableComponent.jte" %}
```java
Expand Down