Skip to content

Commit b990b66

Browse files
committed
implementation example
1 parent 07b830c commit b990b66

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
@@ -24,7 +24,7 @@ This interface defines only 3 methods:
2424
* `delete`: to delete the given data
2525
* `support`: to tell if the given data can be handled by this specific data persister
2626

27-
Here is an example implementation:
27+
Here is an implementation example:
2828

2929
```php
3030
namespace App\DataPersister;

0 commit comments

Comments
 (0)