Skip to content

Commit 616f454

Browse files
authored
Fix typo (#1318)
1 parent 1b1ec1d commit 616f454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/data-persisters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ services:
150150

151151
## Calling multiple DataPersisters
152152

153-
Our DataPersisters are called in chain, once a data persister is supported the chain breaks and API Platform assumes your data is persisted. You can call mutliple data persisters by implementing the `ResumableDataPersisterInterface`:
153+
Our DataPersisters are called in chain, once a data persister is supported the chain breaks and API Platform assumes your data is persisted. You can call multiple data persisters by implementing the `ResumableDataPersisterInterface`:
154154

155155
```php
156156
namespace App\DataPersister;

0 commit comments

Comments
 (0)