Skip to content

Commit c175ec1

Browse files
committed
Minor typo corrections & phrasing improvements #19
1 parent 2d35aa8 commit c175ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/asciidoc/modules.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ This dependency enables the support of Spring Hateoas format.
6464

6565
=== Spring Data Rest support
6666
The support for Pageable of spring-data-commons is available.
67-
If only want to enable the support of spring Pageable Type, you can just enable it using:
67+
If you only want to enable the support of spring Pageable Type, you can just enable it using:
6868

6969
[source,java, subs="attributes+"]
7070
----
7171
SpringDocUtils.getConfig().replaceWithClass(org.springframework.data.domain.Pageable.class,
7272
org.springdoc.core.converters.models.Pageable.class);
7373
----
7474

75-
Alternately, the projects that use Pageable type can aslo add the follwing dependency together with the springdoc-openapi-ui dependency.
75+
Alternatively, the projects that use Pageable type can also add the follwing dependency together with the springdoc-openapi-ui dependency.
7676
This dependency enables the support of spring-data-rest types as well: @RepositoryRestResource and QuerydslPredicate annotations.
7777

7878
[source,xml, subs="attributes+"]

0 commit comments

Comments
 (0)