We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba327f1 commit a8d51daCopy full SHA for a8d51da
docs/src/docs/asciidoc/documenting-your-api.adoc
@@ -859,7 +859,7 @@ include::{examples-dir}/com/example/mockmvc/HttpHeaders.java[tags=headers]
859
Uses the static `requestHeaders` method on
860
`org.springframework.restdocs.headers.HeaderDocumentation`.
861
<3> Document the `Authorization` header. Uses the static `headerWithName` method on
862
- `org.springframework.restdocs.headers.HeaderDocumentation.
+ `org.springframework.restdocs.headers.HeaderDocumentation`.
863
<4> Produce a snippet describing the response's headers. Uses the static `responseHeaders`
864
method on `org.springframework.restdocs.headers.HeaderDocumentation`.
865
0 commit comments