From 5bdf02c54521e807412ca9c85850155ae7f763ea Mon Sep 17 00:00:00 2001 From: fabianjarrett-ncc <144318915+fabianjarrett-ncc@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:10:05 +0100 Subject: [PATCH] Fix spelling error in the docs --- docs/examples/resources.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/resources.rst b/docs/examples/resources.rst index 2e38f7f..f772b0e 100644 --- a/docs/examples/resources.rst +++ b/docs/examples/resources.rst @@ -177,7 +177,7 @@ The newly created record is returned from the create create call after first bei Bulk Record Create ^^^^^^^^^^^^^^^^^^ -Creating multiple records at once can also done withe the :obj:`app.records` adapter using only a single request. +Creating multiple records at once can also done with the :obj:`app.records` adapter using only a single request. Any records not passing validation will cause the entire operation to fail.