Don't end headings with semicolons

This commit is contained in:
Javi Martín
2023-02-28 15:34:08 +01:00
parent 43ab93e756
commit 025f509400

View File

@@ -7,7 +7,7 @@
* [GraphiQL](#graphiql)
* [Postman](#postman)
* [HTTP libraries](#http-libraries)
* [Available information:](#available-information)
* [Available information](#available-information)
* [Examples of queries](#examples-of-queries)
* [Request a single record from a collection](#request-a-single-record-from-a-collection)
* [Request a complete collection](#request-a-complete-collection)
@@ -119,7 +119,7 @@ Sure you can use any HTTP library available for most programming languages.
`User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36`
## Available information:
## Available information
The [config/api.yml](../../config/api.yml) file contains a complete list of all the models (and their attributes) which are currently being exposed in the API.