Skip to content

Commit

Permalink
Fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvroroy committed May 22, 2021
1 parent 49b0cf0 commit d71f40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ It supports converting received IDs to model instances:
public User $user;
```

Converting arays/objects to unsaved instances:
Converting arrays/objects to unsaved instances:
```php
// received: ['name' => 'Try Airwire on a new project', 'priority' => 'highest']
public function addTask(Task $task)
Expand Down

0 comments on commit d71f40e

Please # to comment.