Skip to content

Commit 27d569e

Browse files
dreis2211snicoll
authored andcommitted
Fix typos in AutoConfigureRestDocs
Closes gh-10810
1 parent 425c8bc commit 27d569e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/AutoConfigureRestDocs.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
public @interface AutoConfigureRestDocs {
5050

5151
/**
52-
* The output directory to which generated snippets will be written. A alias for
52+
* The output directory to which generated snippets will be written. An alias for
5353
* {@link #outputDir}.
5454
* @return the output directory
5555
*/
5656
@AliasFor("outputDir")
5757
String value() default "";
5858

5959
/**
60-
* The output directory to which generated snippets will be written. A alias for
60+
* The output directory to which generated snippets will be written. An alias for
6161
* {@link #value}.
6262
* @return the output directory
6363
*/

0 commit comments

Comments
 (0)