From 025f5094006945927f1049334b18eb85a7dc3b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 28 Feb 2023 15:34:08 +0100 Subject: [PATCH] Don't end headings with semicolons --- docs/en/features/graphql.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/features/graphql.md b/docs/en/features/graphql.md index 0f3c8d11c..78b7d3862 100644 --- a/docs/en/features/graphql.md +++ b/docs/en/features/graphql.md @@ -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.