Skip to content

Commit 900e268

Browse files
authored
Merge pull request #106 from bartvanhoutte/feature/readme-typo
Fixed a small typo.
2 parents 5237e4f + 7b8914a commit 900e268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ final class ExampleChild implements ChildInterface
4040
}
4141
```
4242

43-
On the parent side you only need need to call to spawn a child running that class:
43+
On the parent side you only need to call to spawn a child running that class:
4444

4545
```php
4646
MessengerFactory::parentFromClass('ExampleChild', $loop)->then(static function (Messenger $messenger): void {

0 commit comments

Comments
 (0)