Skip to content

Commit f5dda62

Browse files
committed
Merge pull request #679 from progresivoJS
* gh-679: Fix a typo in getting started reference documentation Closes gh-679
2 parents 513a0e9 + 3fc8780 commit f5dda62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/asciidoc/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ is required.
516516
<2> Assert that the service produced the expected response.
517517
<3> Document the call to the service, writing the snippets into a directory named `index`
518518
(which is located beneath the configured output directory). The snippets are written by
519-
a `RestDocumentationResultHandler`. You can obtain an instance of this clas from the
519+
a `RestDocumentationResultHandler`. You can obtain an instance of this class from the
520520
static `document` method on
521521
`org.springframework.restdocs.mockmvc.MockMvcRestDocumentation`.
522522

0 commit comments

Comments
 (0)