From d71f40e3ed97f510c7c985d0b7affb0e29b28e30 Mon Sep 17 00:00:00 2001 From: Shuvro Roy Date: Sat, 22 May 2021 10:34:09 +0600 Subject: [PATCH] Fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c00fd4d..d2d9d46 100644 --- a/README.md +++ b/README.md @@ -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)