From 82d2d781be33aefce997fa6764cd785e77422f75 Mon Sep 17 00:00:00 2001 From: Brian Thorne Date: Sat, 4 Nov 2017 16:59:04 +1100 Subject: [PATCH] Fix typo in api.rst (#113) --- api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.rst b/api.rst index 2a4480f93..11453fe51 100644 --- a/api.rst +++ b/api.rst @@ -618,7 +618,7 @@ On the other end of the spectrum you can get the full created object back in the Some javascript libraries will post the data incorrectly if you're not careful. For best results try one of the :ref:`clientside_libraries` built for PostgREST. -To update a row or rows in a table, use the PATCH verb. Use :ref:`h_filter` to specify which record(s) to update. Here is an exmaple query setting the :code:`category` column to child for all people below a certain age. +To update a row or rows in a table, use the PATCH verb. Use :ref:`h_filter` to specify which record(s) to update. Here is an example query setting the :code:`category` column to child for all people below a certain age. .. code:: HTTP