소스 검색

Remove redundant for

Kirill Gavrilov 6 년 전
부모
커밋
9078885a1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/manual/src/docs/asciidoc/_includes/preface/getting-spring-security.adoc

+ 1 - 1
docs/manual/src/docs/asciidoc/_includes/preface/getting-spring-security.adoc

@@ -178,7 +178,7 @@ If you are using a milestone or release candidate version, you will need to ensu
 [[gradle]]
 == Gradle
 
-Like most open source projects, Spring Security deploys its dependencies as Maven artifacts which allows for for first class Gradle support.
+Like most open source projects, Spring Security deploys its dependencies as Maven artifacts which allows for first class Gradle support.
 The following sections provide details on how to consume Spring Security when using Gradle.
 
 === Spring Boot with Gradle