Skip to content

Commit

Permalink
Fix typo in getting started docs
Browse files Browse the repository at this point in the history
Closes gh-10736
  • Loading branch information
eleftherias committed Feb 2, 2022
1 parent a041e7c commit a095ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/getting-spring-security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If you wish to override the Spring Security version, you may do so by providing
<properties>
<!-- ... -->
<spring-security.version>{spring-security-version}</spring-security.version>
</dependencies>
</properties>
----
====

Expand All @@ -68,7 +68,7 @@ You can do so by adding a Maven property, as the following example shows:
<properties>
<!-- ... -->
<spring.version>{spring-core-version}</spring.version>
</dependencies>
</properties>
----
====

Expand Down

0 comments on commit a095ea7

Please sign in to comment.