Skip to content

Commit a8d51da

Browse files
oozwilkinsona
authored andcommitted
Fix formatting of reference to HeaderDocumentation in the docs
Closes gh-409
1 parent ba327f1 commit a8d51da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/asciidoc/documenting-your-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ include::{examples-dir}/com/example/mockmvc/HttpHeaders.java[tags=headers]
859859
Uses the static `requestHeaders` method on
860860
`org.springframework.restdocs.headers.HeaderDocumentation`.
861861
<3> Document the `Authorization` header. Uses the static `headerWithName` method on
862-
`org.springframework.restdocs.headers.HeaderDocumentation.
862+
`org.springframework.restdocs.headers.HeaderDocumentation`.
863863
<4> Produce a snippet describing the response's headers. Uses the static `responseHeaders`
864864
method on `org.springframework.restdocs.headers.HeaderDocumentation`.
865865

0 commit comments

Comments
 (0)