Skip to content

Commit d364afd

Browse files
committed
Fix typo in repository documentation.
Original issue: spring-projects/spring-data-jpa#1761 Closes #2629.
1 parent 286fa55 commit d364afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/repositories.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ Please refer to the store specific section for more details.
15681568
[[core.web.binding]]
15691569
==== Web Databinding Support
15701570

1571-
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:
1571+
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:
15721572

15731573
.HTTP payload binding using JSONPath or XPath expressions
15741574
====

0 commit comments

Comments
 (0)