Skip to content

Commit 807a043

Browse files
committed
Trivial: Replaced bad apostrophe
1 parent 514514f commit 807a043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spring/AdaptiveFormSubmissionHandling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object (which all implement the `SubmitResponse` interface). A `Response` objec
1414
html, json, etc. to the browser. A `SeeOther` will redirect the browser to perform a GET on another URL. A `Redirect` will redirect the browser to perform a POST to another URL.
1515

1616
There are a bunch of static convenience methods in `AfSubmissionHandler` that means that you probably
17-
wont have to create an `AfSubmissionhandler` directly, but can use a convenience method like
17+
won't have to create an `AfSubmissionhandler` directly, but can use a convenience method like
1818
`AfSubmissionHandler. canHandleFormNameEquals(String formName, Function<Submission, SubmitResponse> handlerLogic)`
1919
and others.
2020

0 commit comments

Comments
 (0)