From dc17bfa6a16072410ce3780bbae2e36469577122 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Tue, 8 Oct 2024 00:11:43 -0400 Subject: [PATCH] docs: TextLint cleanup --- docs/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index 49b1a49..9da6a9c 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -169,7 +169,7 @@ To do any further manipulation of the Recipe Image (perhaps a transform) you can The Recipe field conceptually encompasses a single recipe. However, if you require multiple components in a recipe you can still use Recipe. -An example of a multiple component recipe might be a dish that requires a sauce that's prepared separately from the main dish. +An example of a multiple component recipe might be a dish that requires a sauce that’s prepared separately from the main dish. What you can do is create a Matrix field that contains a Recipe field.