From 74ce7506e767f6aa4ff528bbc8f7172c7bc51cbf Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Thu, 22 Mar 2018 12:00:48 -0500 Subject: [PATCH] Update reference-spec.md --- articles/modeling/reference-spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/modeling/reference-spec.md b/articles/modeling/reference-spec.md index 479296b..f0794bc 100644 --- a/articles/modeling/reference-spec.md +++ b/articles/modeling/reference-spec.md @@ -1,13 +1,13 @@ # Referencing Another API Specification - +![Referencing Another API Specification](https://github.com/stoplightio/docs/blob/develop/assets/gifs/modeling-ref-other-spec.gif?raw=true) ## What 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 +* De-duplicate common structures like responses or shared parameters in Modeling * Test a connected API specification in Scenarios * Setup a mock server for an API in Prism