Skip to content

Commit 4358638

Browse files
committed
Merge pull request #10810 from dreis2211:documentation-typos
* pr/10810: Fix typos in AutoConfigureRestDocs
2 parents 425c8bc + 27d569e commit 4358638

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)