From a8d51da4f4039a88d45084475476902cac049483 Mon Sep 17 00:00:00 2001 From: ooz Date: Fri, 30 Jun 2017 10:39:45 +0200 Subject: [PATCH] Fix formatting of reference to HeaderDocumentation in the docs Closes gh-409 --- docs/src/docs/asciidoc/documenting-your-api.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/documenting-your-api.adoc b/docs/src/docs/asciidoc/documenting-your-api.adoc index 109097f5..1a1742f5 100644 --- a/docs/src/docs/asciidoc/documenting-your-api.adoc +++ b/docs/src/docs/asciidoc/documenting-your-api.adoc @@ -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`.