Skip to content

Commit

Permalink
api.rst typo: Directories -> Directors (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
elimisteve authored and begriffs committed May 27, 2017
1 parent 3cb2c0f commit 6bb81b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 6bb81b5

Please sign in to comment.