Skip to content

Commit 5067329

Browse files
authored
docs: Some typo fixes (#1481)
1 parent 7f3b6a0 commit 5067329

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

core/pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="center" class="symfonycasts"><a href="https://symfonycasts.com/screencast/api-platform/pagination?cid=apip"><img src="../distribution/images/symfonycasts-player.png" alt="Pagination screencast"><br>Watch the Pagination screencast</a></p>
44

5-
API Platform Core has native support for paged collections. Pagination is enabled by default for all collections. Each collections
5+
API Platform Core has native support for paged collections. Pagination is enabled by default for all collections. Each collection
66
contains 30 items per page.
77
The activation of the pagination and the number of elements per page can be configured from:
88

core/subresources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ The `subresourceOperations` attribute also allows you to add an access control o
240240
### Limiting Depth
241241

242242
You can control depth of subresources with the parameter `maxDepth`. For example, if the `Answer` entity also has a subresource
243-
such as `comments`and you don't want the route `api/questions/{id}/answers/{id}/comments` to be generated. You can do this by adding the parameter maxDepth in the ApiSubresource annotation or YAML/XML file configuration.
243+
such as `comments` and you don't want the route `api/questions/{id}/answers/{id}/comments` to be generated. You can do this by adding the parameter maxDepth in the ApiSubresource annotation or YAML/XML file configuration.
244244

245245
```php
246246
<?php

core/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class MyTest extends ApiTestCase
163163
}
164164
```
165165

166-
There is a also a method to find the IRI matching a given resource and some criterias:
166+
There is also a method to find the IRI matching a given resource and some criterias:
167167

168168
```php
169169
<?php

deployment/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deploying API Platform Applications
22

3-
API Platform apps are super easy to deploy in production thanks to the [Docker Compose definetion](docker-compose.md) and to the [Kubernetes chart](kubernetes.md) we provide.
3+
API Platform apps are super easy to deploy in production thanks to the [Docker Compose definition](docker-compose.md) and to the [Kubernetes chart](kubernetes.md) we provide.
44

55
We strongly recommend using Kubernetes or Docker Compose to deploy your apps.
66

@@ -12,7 +12,7 @@ while the Progressive Web Application is a standard Next.js project:
1212
<p align="center" class="symfonycasts"><a href="https://symfonycasts.com/screencast/ansistrano?cid=apip"><img src="../distribution/images/symfonycasts-player.png" alt="JWT screencast"><br>Watch the Animated Deployment with Ansistrano screencast</a></p>
1313

1414
* [Deploying the Symfony application](https://symfony.com/doc/current/deployment.html)
15-
* [Deployin the Next.js application](https://nextjs.org/docs/deployment)
15+
* [Deploying the Next.js application](https://nextjs.org/docs/deployment)
1616

1717
Alternatively, you may want to deploy API Platform on a PaaS (Platform as a Service):
1818

0 commit comments

Comments
 (0)