Fix typo in fully-qualified name of WebTestClientRestDocumentation

Closes gh-481
This commit is contained in:
bartolom
2018-02-18 19:47:10 +01:00
committed by Andy Wilkinson
parent d628badc18
commit 9950bdbdf1

View File

@@ -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