From 878752faee2070914d36c56e49c140a4b17d313f Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Sat, 8 Feb 2020 14:52:28 -0500 Subject: [PATCH] Correct join table paragraph --- api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.rst b/api.rst index 01f35676c..03d91ae30 100644 --- a/api.rst +++ b/api.rst @@ -596,7 +596,7 @@ this: Embedding through join tables ----------------------------- -PostgREST can also detect relationships going through join tables. Thus you can request the Actors for Films (which in this case finds the information through Roles). You can also reverse the direction of inclusion, asking for all Directors with each including the list of their Films: +PostgREST can also detect relationships going through join tables. Thus you can request the Actors for Films (which in this case finds the information through Roles). .. code-block:: http