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