Skip to content

Commit 3f123df

Browse files
committed
Fix typo in repository documentation.
Original issue: spring-projects/spring-data-jpa#1761 Closes spring-projects#2629.
1 parent 9b5c1e8 commit 3f123df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/repositories.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ Please refer to the store specific section for more details.
15481548
[[core.web.binding]]
15491549
==== Web Databinding Support
15501550

1551-
You can use Spring Data projections (described in <<projections>>) to bind incoming request payloads by using either https://goessner.net/articles/JsonPath/[JSONPath] expressions (requires https://github.com/json-path/JsonPath[Jayway JsonPath] or https://www.w3.org/TR/xpath-31/[XPath] expressions (requires https://xmlbeam.org/[XmlBeam]), as the following example shows:
1551+
You can use Spring Data projections (described in <<projections>>) to bind incoming request payloads by using either https://goessner.net/articles/JsonPath/[JSONPath] expressions (requires https://github.com/json-path/JsonPath[Jayway JsonPath]) or https://www.w3.org/TR/xpath-31/[XPath] expressions (requires https://xmlbeam.org/[XmlBeam]), as the following example shows:
15521552

15531553
.HTTP payload binding using JSONPath or XPath expressions
15541554
====

0 commit comments

Comments
 (0)