From 9950bdbdf1bcd4ec599e614fc8b0cc2ca9b79c9e Mon Sep 17 00:00:00 2001 From: bartolom Date: Sun, 18 Feb 2018 19:47:10 +0100 Subject: [PATCH] Fix typo in fully-qualified name of WebTestClientRestDocumentation Closes gh-481 --- 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 c02d3313..a33fddbb 100644 --- a/docs/src/docs/asciidoc/getting-started.adoc +++ b/docs/src/docs/asciidoc/getting-started.adoc @@ -405,7 +405,7 @@ include::{examples-dir}/com/example/webtestclient/ExampleApplicationJUnit5Tests. <1> The `WebTestClient` instance is configured by adding a `WebTestClientRestDocumentationConfigurer` as an `ExchangeFilterFunction`. An instance of this class can be obtained from the static `documentationConfiguration()` method on -`org.springframework.restdocs.webtestlcient.WebTestClientRestDocumentation`. +`org.springframework.restdocs.webtestclient.WebTestClientRestDocumentation`. [source,java,indent=0,role="secondary"] .REST Assured