Fix formatting of reference to HeaderDocumentation in the docs

Closes gh-409
This commit is contained in:
ooz
2017-06-30 10:39:45 +02:00
committed by Andy Wilkinson
parent ba327f1e9a
commit a8d51da4f4

View File

@@ -859,7 +859,7 @@ include::{examples-dir}/com/example/mockmvc/HttpHeaders.java[tags=headers]
Uses the static `requestHeaders` method on
`org.springframework.restdocs.headers.HeaderDocumentation`.
<3> Document the `Authorization` header. Uses the static `headerWithName` method on
`org.springframework.restdocs.headers.HeaderDocumentation.
`org.springframework.restdocs.headers.HeaderDocumentation`.
<4> Produce a snippet describing the response's headers. Uses the static `responseHeaders`
method on `org.springframework.restdocs.headers.HeaderDocumentation`.