api.rst typo: Directories -> Directors (#74)

This commit is contained in:
Steve Phillips
2017-05-27 10:26:45 -05:00
committed by Joe Nelson
parent 3cb2c0f297
commit 6bb81b5d4b
+1 -1
View File
@@ -335,7 +335,7 @@ Which would return
}
]
PostgREST can also detect relations 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 Directories with each including the list of their Films.
PostgREST can also detect relations 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.
.. note::