From e3f58fd9d35ba2cc5341d7b65f81fbd29435a6f3 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 16 Oct 2013 10:44:16 -0500 Subject: [PATCH] Polish guide --- docs/guides/src/asciidoc/helloworld.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/src/asciidoc/helloworld.asc b/docs/guides/src/asciidoc/helloworld.asc index 1448442014..7b96657240 100644 --- a/docs/guides/src/asciidoc/helloworld.asc +++ b/docs/guides/src/asciidoc/helloworld.asc @@ -12,7 +12,7 @@ include::hello-includes/secure-the-application.asc[] === Registering Spring Security with the war -We have created the Spring Security configuraiton, but we still need to register it with the war. This can be done using the following steps: +We have created the Spring Security configuration, but we still need to register it with the war. This can be done using the following steps: * Navigate to the *Package Explorer* view * Right click the *org.springframework.security.samples.config* package within the *spring-security-samples-{starter-appname}* project