Fix typos in AutoConfigureRestDocs

Closes gh-10810
This commit is contained in:
dreis2211 2017-10-29 13:56:04 +01:00 committed by Stephane Nicoll
parent 425c8bc4a9
commit 27d569e25e
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ import org.springframework.core.annotation.AliasFor;
public @interface AutoConfigureRestDocs {
/**
* The output directory to which generated snippets will be written. A alias for
* The output directory to which generated snippets will be written. An alias for
* {@link #outputDir}.
* @return the output directory
*/
@ -57,7 +57,7 @@ public @interface AutoConfigureRestDocs {
String value() default "";
/**
* The output directory to which generated snippets will be written. A alias for
* The output directory to which generated snippets will be written. An alias for
* {@link #value}.
* @return the output directory
*/