From 9f03c51fbb2089186b4758b1d051594c0307e2d1 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Wed, 23 Mar 2022 20:11:05 +0100 Subject: [PATCH] fix: grammar (#1209) --- docs/api/store/endpoints/products.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/store/endpoints/products.yaml b/docs/api/store/endpoints/products.yaml index 29251734b6..ea09aa34eb 100644 --- a/docs/api/store/endpoints/products.yaml +++ b/docs/api/store/endpoints/products.yaml @@ -7,7 +7,7 @@ routes: path: /products/:id route: /products description: > - A product represents the object, that are to be sold on the website. A product can have variants, that differ by e.g. size and color. + A product represents the object, that is to be sold on the website. A product can have variants, that differ by e.g. size and color. endpoints: - path: /:id method: GET