From 4a9d31cc38b2ffd38cf25676b2a70c091d4f8064 Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Wed, 21 Mar 2018 12:41:08 -0500 Subject: [PATCH] Update json-introduction.md --- articles/modeling/json-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/modeling/json-introduction.md b/articles/modeling/json-introduction.md index c951d37..d440b3d 100644 --- a/articles/modeling/json-introduction.md +++ b/articles/modeling/json-introduction.md @@ -40,7 +40,7 @@ There are many benefits to using JSON, some of which include: * It is a subset of another syntax called [YAML](https://en.wikipedia.org/wiki/YAML). Documents written in JSON can also - be written in YAML, so either format can be used to write OpenAPI documents + be written in YAML, so either format can be used to write OpenAPI specifications * It can be used to link files together through [JSON references](/modeling/introduction/modeling-with-openapi/referencing-another-api-spec), making it easy to break up large documents