Skip to content

Commit ed467f5

Browse files
committed
Fix formatting in Web MVC chapter of reference manual
1 parent 966baea commit ed467f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asciidoc/web-mvc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ to the value of a URI template variable:
793793
}
794794
----
795795

796-
The URI Template " `/owners/{ownerId}`" specifies the variable name `ownerId`. When the
796+
The URI Template ++"/owners/{ownerId}"++ specifies the variable name `ownerId`. When the
797797
controller handles this request, the value of `ownerId` is set to the value found in the
798798
appropriate part of the URI. For example, when a request comes in for `/owners/fred`,
799799
the value of `ownerId` is `fred`.

0 commit comments

Comments
 (0)