From 8bc7d0ef7e77e5239f7baf2ec8b7e77bdf22a101 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 29 Aug 2023 10:31:08 +0200 Subject: [PATCH] fix: typos (#8913) --- docs/api/how-to-download-images.md | 2 +- docs/api/tutorial-dev-journey.md | 2 +- docs/api/tutorial-off-api.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/api/how-to-download-images.md b/docs/api/how-to-download-images.md index f4cf045c4616d..4b6772a8e989b 100644 --- a/docs/api/how-to-download-images.md +++ b/docs/api/how-to-download-images.md @@ -1,6 +1,6 @@ # How to download product images -The prefered method of downloading Open Food Facts images depends on what you +The preferred method of downloading Open Food Facts images depends on what you which to achieve. If you want to download a limited number of images, especially if these images diff --git a/docs/api/tutorial-dev-journey.md b/docs/api/tutorial-dev-journey.md index 87a27c2813cae..172a8040b7e3d 100644 --- a/docs/api/tutorial-dev-journey.md +++ b/docs/api/tutorial-dev-journey.md @@ -19,5 +19,5 @@ To identify the potential users' needs, Dave has met with some conscious consume []()Dev Journey 2: Finding healthy breakfast cereals for Stefano []()Dev Journey 3: Adding missing products []()Dev Journey 4: Get the Nutri-Score -[]()Dev Journey 5 : Get the Eco-Score +[]()Dev Journey 5: Get the Eco-Score []()Dev Journey 6: Get ingredient related analysis on new or existing products (Nova, allergens, additives…) diff --git a/docs/api/tutorial-off-api.md b/docs/api/tutorial-off-api.md index 628d855b7c5b3..9d7ed74a42d77 100644 --- a/docs/api/tutorial-off-api.md +++ b/docs/api/tutorial-off-api.md @@ -2,7 +2,7 @@ Welcome to this tutorial on basic usage of Open Food Facts API. -Fist, be sure to see our [Introduction to the API](./index.md). +First, be sure to see our [Introduction to the API](./index.md). ## Scan A Product To Get Nutri-score @@ -149,9 +149,9 @@ The sample response above for 100% Real Orange Juice `misc_tags` shows that the ### Write data to make Nutri-Score computation possible -The WRITE operations in the OFF API require authentication. Therefore you need a valid `user_id` and `password` to write the missing nutriment data to 100% Real Orange Juice. +The WRITE operations in the OFF API require authentication. Therefore you need a valid `user_id` and `password` to write the missing nutriment data to 100% Real Orange Juice. -> Sign up on the [Open Food Facts App](https://world.openfoodfacts.net/) to get your`user_id` and `password`if you don't have one. +> Sign up on the [Open Food Facts App](https://world.openfoodfacts.net/) to get your`user_id` and `password` if you don't have one. To write data to a product, make a `POST` request to the [`Add or Edit A Product`](https://openfoodfacts.github.io/openfoodfacts-server/api/ref-v2/#post-/cgi/product_jqm2.pl) endpoint. @@ -180,7 +180,7 @@ curl -XPOST -x POST https://world.openfoodfacts.net/cgi/product_jqm2.pl \ -F code=0180411000803 -F nutriment_sodium=0.015 -F nutriment_sodium_unit=g -F categories="Orange Juice" ``` -If the request is succesful, it returns a response that indicated that the fields have been saved. +If the request is successful, it returns a response that indicates that the fields have been saved. ```json {