Skip to content

Commit 7b8914a

Browse files
committed
Fixed a small typo.
1 parent 5237e4f commit 7b8914a

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)