Skip to content

Commit d03c8ea

Browse files
Minor typo corrections & phrasing improvements
1 parent 2d35aa8 commit d03c8ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ <h3 id="spring-hateoas-support"><a class="anchor" href="#spring-hateoas-support"
408408
<h3 id="spring-data-rest-support"><a class="anchor" href="#spring-data-rest-support"></a>3.5. Spring Data Rest support</h3>
409409
<div class="paragraph">
410410
<p>The support for Pageable of spring-data-commons is available.
411-
If only want to enable the support of spring Pageable Type, you can just enable it using:</p>
411+
If you only want to enable the support of spring Pageable Type, you can just enable it using:</p>
412412
</div>
413413
<div class="listingblock">
414414
<div class="content">
@@ -417,7 +417,7 @@ <h3 id="spring-data-rest-support"><a class="anchor" href="#spring-data-rest-supp
417417
</div>
418418
</div>
419419
<div class="paragraph">
420-
<p>Alternately, the projects that use Pageable type can aslo add the follwing dependency together with the springdoc-openapi-ui dependency.
420+
<p>Alternatively, the projects that use Pageable type can also add the follwing dependency together with the springdoc-openapi-ui dependency.
421421
This dependency enables the support of spring-data-rest types as well: @RepositoryRestResource and QuerydslPredicate annotations.</p>
422422
</div>
423423
<div class="listingblock">

docs/modules.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h3 id="_spring_hateoas_support">Spring Hateoas support</h3>
140140
<h3 id="_spring_data_rest_support">Spring Data Rest support</h3>
141141
<div class="paragraph">
142142
<p>The support for Pageable of spring-data-commons is available.
143-
If only want to enable the support of spring Pageable Type, you can just enable it using:</p>
143+
If you only want to enable the support of spring Pageable Type, you can just enable it using:</p>
144144
</div>
145145
<div class="listingblock">
146146
<div class="content">
@@ -149,7 +149,7 @@ <h3 id="_spring_data_rest_support">Spring Data Rest support</h3>
149149
</div>
150150
</div>
151151
<div class="paragraph">
152-
<p>Alternately, the projects that use Pageable type can aslo add the follwing dependency together with the springdoc-openapi-ui dependency.
152+
<p>Alternatively, the projects that use Pageable type can also add the follwing dependency together with the springdoc-openapi-ui dependency.
153153
This dependency enables the support of spring-data-rest types as well: @RepositoryRestResource and QuerydslPredicate annotations.</p>
154154
</div>
155155
<div class="listingblock">

0 commit comments

Comments
 (0)