Skip to content

Commit 42ab673

Browse files
ryenuseleftherias
authored andcommitted
typo fix: consecutive-word duplications (#7673)
* fix typo: require require * more typo fix: consecutive-word duplications Following previously finding, I then used `rg` to find other similar typos, with false positives manually excluded, using the following command: rg -t asciidoc -Pp '\b(\w+)\s+\1\b'
1 parent af47e73 commit 42ab673

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/manual/src/docs/asciidoc/_includes/about/exploits/csrf.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Spring provides two mechanisms to protect against CSRF attacks:
103103

104104
[NOTE]
105105
====
106-
Both protections require require that <<Safe Methods Must be Idempotent>>
106+
Both protections require that <<Safe Methods Must be Idempotent>>
107107
====
108108

109109
[[csrf-protection-idempotent]]

docs/manual/src/docs/asciidoc/_includes/about/getting-spring-security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ If you use a milestone or release candidate version, you need to ensure that you
195195
[[getting-gradle]]
196196
== Gradle
197197

198-
As most open source projects, Spring Security deploys its dependencies as Maven artifacts, which allows for for first-class Gradle support.
198+
As most open source projects, Spring Security deploys its dependencies as Maven artifacts, which allows for first-class Gradle support.
199199
The following topics provide detail on how to consume Spring Security when using Gradle.
200200

201201
[[getting-gradle-boot]]

docs/manual/src/docs/asciidoc/_includes/reactive/exploits/headers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This section is dedicated to WebFlux based support for Security HTTP Response He
77
[[webflux-headers-default]]
88
== Default Security Headers
99

10-
Spring Security provides a <<headers-default,default set set of Security HTTP Response Headers>> to provide secure defaults.
10+
Spring Security provides a <<headers-default,default set of Security HTTP Response Headers>> to provide secure defaults.
1111
While each of these headers are considered best practice, it should be noted that not all clients utilize the headers, so additional testing is encouraged.
1212

1313
You can customize specific headers.

docs/manual/src/docs/asciidoc/_includes/servlet/exploits/headers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This section is dedicated to servlet based support for Security HTTP Response He
77
[[servlet-headers-default]]
88
== Default Security Headers
99

10-
Spring Security provides a <<headers-default,default set set of Security HTTP Response Headers>> to provide secure defaults.
10+
Spring Security provides a <<headers-default,default set of Security HTTP Response Headers>> to provide secure defaults.
1111
While each of these headers are considered best practice, it should be noted that not all clients utilize the headers, so additional testing is encouraged.
1212

1313
You can customize specific headers.

docs/manual/src/docs/asciidoc/_includes/servlet/saml2/saml2-login.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public interface Saml2AuthenticationRequestFactory {
226226
[[samllogin-sample-boot]]
227227
=== Spring Boot 2.x Sample
228228

229-
We are currently working with the the Spring Boot team on the
229+
We are currently working with the Spring Boot team on the
230230
https://github.com/spring-projects/spring-boot/issues/18260[Auto Configuration for Spring Security SAML Login].
231231
In the meantime, we have provided a Spring Boot sample that supports a Yaml configuration.
232232

0 commit comments

Comments
 (0)