From d818cf8d043143f3937c4f7016208e1578bbf9db Mon Sep 17 00:00:00 2001 From: Gennady <34596384+Gennady163sam@users.noreply.github.com> Date: Mon, 2 Sep 2019 23:08:02 +0400 Subject: [PATCH] Fix pattern name in Readme.md --- hello-spring-mvc/README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-spring-mvc/README.MD b/hello-spring-mvc/README.MD index a3aad51..04a9447 100644 --- a/hello-spring-mvc/README.MD +++ b/hello-spring-mvc/README.MD @@ -1,7 +1,7 @@ # Hello Spring MVC exercise :muscle: Improve your *Spring MVC* configuration skills ### Task -The task is to **configure a typical *Spring MCV* application** separating web and root configs. Your job is to follow +The task is to **configure a typical *Spring MVC* application** separating web and root configs. Your job is to follow the instructions in the *todo* section and **implement a proper configuration.** To verify your configuration, run `WelcomeWebAppTest.java`