Fix duplicate wording (#48)

This commit is contained in:
Dan Kamenov
2017-03-26 20:28:52 -07:00
committed by Joe Nelson
parent 0f87137387
commit 27bcd8074f
+1 -1
View File
@@ -214,7 +214,7 @@ Note that the larger the table the slower this query runs in the database. The s
Response Format
---------------
PostgREST uses proper HTTP content negotiation (`RFC7231 <https://tools.ietf.org/html/rfc7231#section-5.3>`_) to deliver the desired representation of a resource. That is to say the same API endpoint can respond respond in different formats like JSON or CSV depending on the client request.
PostgREST uses proper HTTP content negotiation (`RFC7231 <https://tools.ietf.org/html/rfc7231#section-5.3>`_) to deliver the desired representation of a resource. That is to say the same API endpoint can respond in different formats like JSON or CSV depending on the client request.
Use the Accept request header to specify the acceptable format (or formats) for the response: