Skip to content

Commit 755a4cf

Browse files
ericdahlodrotbohm
authored andcommitted
DATACMNS-793 - Fix some formatting issues in reference documentation.
1 parent 01563eb commit 755a4cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/asciidoc/dependencies.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Due to different inception dates of individual Spring Data modules, most of them
2222
====
2323

2424
[[dependencies.train-names]]
25-
The current release train version is `{releasetrainVersion}. The train names are ascending alphabetically and currently available ones are listed https://github.com/spring-projects/spring-data-commons/wiki/Release-planning[here]. The version name follows the following pattern: `${name}-${release}` where release can be one of the following:
25+
The current release train version is `{releasetrainVersion}`. The train names are ascending alphabetically and currently available ones are listed https://github.com/spring-projects/spring-data-commons/wiki/Release-planning[here]. The version name follows the following pattern: `${name}-${release}` where release can be one of the following:
2626

2727
* `BUILD-SNAPSHOT` - current snapshots
2828
* `M1`, `M2` etc. - milestones

src/main/asciidoc/repositories.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ The default `Pageable` handed into the method is equivalent to a `new PageReques
749749

750750
[[core.web.pageables]]
751751
==== Hypermedia support for Pageables
752-
Spring HATEOAS ships with a representation model class `PagedResources` that allows enrichting the content of a `Page` instance with the necessary `Page` metadata as well as links to let the clients easily navigate the pages. The conversion of a Page to a `PagedResources` is done by an implementation of the Spring HATEOAS `ResourceAssembler` interface, the `PagedResourcesAssembler`.
752+
Spring HATEOAS ships with a representation model class `PagedResources` that allows enriching the content of a `Page` instance with the necessary `Page` metadata as well as links to let the clients easily navigate the pages. The conversion of a Page to a `PagedResources` is done by an implementation of the Spring HATEOAS `ResourceAssembler` interface, the `PagedResourcesAssembler`.
753753

754754
.Using a PagedResourcesAssembler as controller method argument
755755
====
@@ -874,7 +874,7 @@ interface UserRepository extends CrudRepository<User, String>,
874874
<1> `QueryDslPredicateExecutor` provides access to specific finder methods for `Predicate`.
875875
<2> `QuerydslBinderCustomizer` defined on the repository interface will be automatically picked up and shortcuts `@QuerydslPredicate(bindings=...)`.
876876
<3> Define the binding for the `username` property to be a simple contains binding.
877-
<4> Define the default binding for `String` properies to be a case insensitive contains match.
877+
<4> Define the default binding for `String` properties to be a case insensitive contains match.
878878
<5> Exclude the _password_ property from `Predicate` resolution.
879879
====
880880

0 commit comments

Comments
 (0)