From d55b5b7738f1487a991ee341b71431184707376e Mon Sep 17 00:00:00 2001 From: Grant Hutchins Date: Wed, 27 Jan 2016 09:37:37 -0600 Subject: [PATCH] Fix typo Closes gh-188 --- 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 6a652de6..0232564b 100644 --- a/docs/src/docs/asciidoc/getting-started.adoc +++ b/docs/src/docs/asciidoc/getting-started.adoc @@ -283,7 +283,7 @@ a `RestDocumentationResultHandler`. An instance of this class can be obtained fr static `document` method on `org.springframework.restdocs.mockmvc.MockMvcRestDocumentation`. -By default, three snippets a written: +By default, three snippets are written: * `/index/curl-request.adoc` * `/index/http-request.adoc`