Commit 27d569e2 authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Fix typos in AutoConfigureRestDocs

Closes gh-10810
parent 425c8bc4
...@@ -49,7 +49,7 @@ import org.springframework.core.annotation.AliasFor; ...@@ -49,7 +49,7 @@ import org.springframework.core.annotation.AliasFor;
public @interface AutoConfigureRestDocs { 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}. * {@link #outputDir}.
* @return the output directory * @return the output directory
*/ */
...@@ -57,7 +57,7 @@ public @interface AutoConfigureRestDocs { ...@@ -57,7 +57,7 @@ public @interface AutoConfigureRestDocs {
String value() default ""; 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}. * {@link #value}.
* @return the output directory * @return the output directory
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment