Skip to content

Commit 134d845

Browse files
author
arman simonyan
committed
Fix grammar issue
1 parent 5a0ac42 commit 134d845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/web/webmvc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ directly to the response body versus view resolution and rendering with an HTML
12591259
[[mvc-ann-requestmapping-proxying]]
12601260
==== AOP Proxies
12611261

1262-
In some cases, you many need to decorate a controller with an AOP proxy at runtime.
1262+
In some cases, you may need to decorate a controller with an AOP proxy at runtime.
12631263
One example is if you choose to have `@Transactional` annotations directly on the
12641264
controller. When this is the case, for controllers specifically, we recommend
12651265
using class-based proxying. This is typically the default choice with controllers.

0 commit comments

Comments
 (0)