From 9d851c2e9dc7835273708475df330d6ef301c56c Mon Sep 17 00:00:00 2001 From: "A.J. Stein" Date: Wed, 11 Jan 2023 15:18:26 -0500 Subject: [PATCH] Add more feedback from Wendell This was not in a suggestion, so applied locally. --- website/content/tutorials/1-getting-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/tutorials/1-getting-started/_index.md b/website/content/tutorials/1-getting-started/_index.md index 235575baa..9f1915ed6 100644 --- a/website/content/tutorials/1-getting-started/_index.md +++ b/website/content/tutorials/1-getting-started/_index.md @@ -413,7 +413,7 @@ We now have a robust information model for a computer we can express in JSON, XM Our stakeholders determine supply chain information is very important. We need to know vendor information for all the different parts of the computer, specifically a company name and where the company is headquartered. This information should be maintained for not just the computer, but all parts and sub-parts. How can we add this to the Metaschema definition? -To get started, we can copy-paste vendor `assembly` into all relevent assemblies, not just the top-level computer assembly. +For now, we can copy-paste vendor `assembly` into all relevent assemblies, not just the top-level computer assembly. ```xml