From 833939bec5418ad4894a412e7afce4ae739a057e Mon Sep 17 00:00:00 2001 From: "jinseong.hwang" Date: Thu, 9 Apr 2020 02:39:39 +0900 Subject: [PATCH] Fix a typo in getting-started.adoc - a instance of this clas --> a instance of this class --- docs/src/docs/asciidoc/getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/getting-started.adoc b/docs/src/docs/asciidoc/getting-started.adoc index 8e8b5c257..4adcf0a8e 100644 --- a/docs/src/docs/asciidoc/getting-started.adoc +++ b/docs/src/docs/asciidoc/getting-started.adoc @@ -516,7 +516,7 @@ is required. <2> Assert that the service produced the expected response. <3> Document the call to the service, writing the snippets into a directory named `index` (which is located beneath the configured output directory). The snippets are written by -a `RestDocumentationResultHandler`. You can obtain an instance of this clas from the +a `RestDocumentationResultHandler`. You can obtain an instance of this class from the static `document` method on `org.springframework.restdocs.mockmvc.MockMvcRestDocumentation`.