diff --git a/content/controllers-and-routing/reading/controllers-with-forms/_index.md b/content/controllers-and-routing/reading/controllers-with-forms/_index.md index f628d02..e88bb2b 100644 --- a/content/controllers-and-routing/reading/controllers-with-forms/_index.md +++ b/content/controllers-and-routing/reading/controllers-with-forms/_index.md @@ -84,7 +84,7 @@ public String helloForm() { ## Check Your Understanding {{% notice green Question "rocket" %}} -From the list below, which annotations are applied above a controller class. +Which annotation is applied above a controller class? 1. `@Controller`