summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/querying.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/querying.rst b/docs/querying.rst
index d6a56e5..1e5afd3 100644
--- a/docs/querying.rst
+++ b/docs/querying.rst
@@ -107,7 +107,7 @@ So for example instead of running this:
$person->save();
}
-You can simple do this instead:
+You can simply do this instead:
.. code-block:: php