From 901da1746aa40016f59dc50ff312f4a500ba79c3 Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Wed, 14 Mar 2018 13:19:03 -0500 Subject: [PATCH] Update reference-spec.md --- articles/modeling/reference-spec.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/articles/modeling/reference-spec.md b/articles/modeling/reference-spec.md index 531ffb0..7e2bb3a 100644 --- a/articles/modeling/reference-spec.md +++ b/articles/modeling/reference-spec.md @@ -4,7 +4,7 @@ ## What -Referencing another specification allows for cleaner and more organized code. Some use cases are as follows... +Referencing another specification allows for cleaner and more organized code. Some use cases are as follows: * Generate API documentaion in Hubs * Deduplicate common structures like responses or shared parameters in Modeling @@ -13,25 +13,25 @@ Referencing another specification allows for cleaner and more organized code. So ## How -1. Choose the **source**. +1. Choose the **source** * This File * This Project - * Select a **file**. + * Select a **file** * Shared/Common * External URL - * Enter a valid **URL** to an existing specification. + * Enter a valid **URL** to an existing specification -2. Select a **target**, if required. +2. Select a **target**, if required 3. Confirm your choice. (Only required if there is a confirm button) -4. View the referenced specification by clicking the book icon. +4. View the referenced specification by clicking the book icon ## Related Links