From 1212af002e7b42fac3f7d0544e041eac3840900e Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 23 Feb 2017 12:09:32 -0600 Subject: [PATCH] Small typo on Saving Multiple Entities --- en/orm/saving-data.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/orm/saving-data.rst b/en/orm/saving-data.rst index 4e1fca7596..91555e0d8c 100644 --- a/en/orm/saving-data.rst +++ b/en/orm/saving-data.rst @@ -1144,7 +1144,7 @@ Saving Multiple Entities .. php:method:: saveMany($entities, $options = []) -Using this method you can save multiple entities atomically. ``$entites`` can +Using this method you can save multiple entities atomically. ``$entities`` can be an array of entities created using ``newEntities()`` / ``patchEntities()``. ``$options`` can have the same options as accepted by ``save()``::