Merge pull request #10810 from dreis2211:documentation-typos
* pr/10810: Fix typos in AutoConfigureRestDocs
This commit is contained in:
commit
4358638266
|
|
@ -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 {
|
||||||
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
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue