Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
Issue: SPR-8025
  • Loading branch information
bclozel committed Sep 22, 2014
1 parent ea034ae commit 983b533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asciidoc/index.adoc
Expand Up @@ -30263,7 +30263,7 @@ In the example, the `@RequestMapping` is used in a number of places. The first u
on the type (class) level, which indicates that all handling methods on this controller
are relative to the `/appointments` path. The `get()` method has a further
`@RequestMapping` refinement: it only accepts GET requests, meaning that an HTTP GET for
`/appointments` invokes this method. The `post()` has a similar refinement, and the
`/appointments` invokes this method. The `add()` has a similar refinement, and the
`getNewForm()` combines the definition of HTTP method and path into one, so that GET
requests for `appointments/new` are handled by that method.

Expand Down

0 comments on commit 983b533

Please sign in to comment.