From 15f26aa1a84d717a9b9fa2f7c4db3d78e2b45db4 Mon Sep 17 00:00:00 2001 From: John Woolbright Date: Wed, 5 Jul 2023 08:43:32 -0500 Subject: [PATCH] Update content/controllers-and-routing/reading/controllers-with-forms/_index.md Co-authored-by: Courtney Frey <66076696+speudusa@users.noreply.github.com> --- .../reading/controllers-with-forms/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`