From 0c7916f1d595a9bc9bced41f803462189f34f9b9 Mon Sep 17 00:00:00 2001 From: Kate Stewart <13152682+kestewart@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:33:27 -0600 Subject: [PATCH] Update model/Core/Vocabularies/LifecycleScopeType.md Co-authored-by: Gary O'Neall --- model/Core/Vocabularies/LifecycleScopeType.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/Core/Vocabularies/LifecycleScopeType.md b/model/Core/Vocabularies/LifecycleScopeType.md index 533bd31e7..ff036448e 100644 --- a/model/Core/Vocabularies/LifecycleScopeType.md +++ b/model/Core/Vocabularies/LifecycleScopeType.md @@ -18,7 +18,7 @@ This enumeration summarizes common phases when dependency and other relationship - design: A relationship has specific context implications during an element's design. - development: A relationship has specific context implications during development phase of an element. -- build: A relationship has specific context implications during an element's build, during development. +- build: A relationship has specific context implications during an element's build phase, during development. - test: A relationship has specific context implications during an element's testing, during development. - runtime: A relationship has specific context implications when an element is executing. - other: A relationship has other specific context information necessary to capture that the above set of enumerations does not handle.