feedback: spelling fixes

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
diff --git a/plugin-core/docs/src/docs/introduction/gettingStarted.adoc b/plugin-core/docs/src/docs/introduction/gettingStarted.adoc
index c5879d7..09a8c7a 100644
--- a/plugin-core/docs/src/docs/introduction/gettingStarted.adoc
+++ b/plugin-core/docs/src/docs/introduction/gettingStarted.adoc
@@ -40,7 +40,7 @@
 ./gradlew runCommand -Pargs="s2-quickstart com.yourapp User Role"
 ----
 
-If you are installing into a Grails plugin instead of an application, you must make sure you are using  the `web-plugin` profile. Otherwise dependncies will not be met.
+If you are installing into a Grails plugin instead of an application, you must make sure you are using  the `web-plugin` profile. Otherwise dependencies will not be met.
 Running the same command will inject the spring beans into your `GrailsPlugin` classes `doWithSpring` method.
 
 === Plugin Configuration and Setup