api.rst: de-duped a word, added commas (#78)

This commit is contained in:
Steve Phillips
2017-05-29 17:28:37 -05:00
committed by Joe Nelson
parent 49af7dcbc2
commit cb90e3e557
+1 -1
View File
@@ -348,7 +348,7 @@ PostgREST can also detect relations going through join tables. Thus you can requ
Embedded Filters and Order
--------------------------
Embedded tables can be filtered and ordered similarly to their top-level counterparts. To to do so prefix the query parameters with the name of the embedded table. For instance to order the actors in each film:
Embedded tables can be filtered and ordered similarly to their top-level counterparts. To do so, prefix the query parameters with the name of the embedded table. For instance, to order the actors in each film:
.. code-block:: http