From 6f216d215e12ceee1116287d88614634d677dfc6 Mon Sep 17 00:00:00 2001 From: Kylie <139664043+kylemasterd1@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:54:53 +0300 Subject: [PATCH] Update basic-syntax.md Just fixed a small typo here: In the paragraph under "Table of Contents,": "support use of" should be "support the use of". --- api/docs/markdown/basic-syntax.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/docs/markdown/basic-syntax.md b/api/docs/markdown/basic-syntax.md index 54844d6..c1c1609 100644 --- a/api/docs/markdown/basic-syntax.md +++ b/api/docs/markdown/basic-syntax.md @@ -10,7 +10,7 @@ For example, this entire page was created using Markdown! Below is a quick reference of all the Markdown syntax that is supported by Stoplight. -*All of the notes, descriptions, and content fields in the Stoplight editors support use of [Stoplight Flavored Markdown](./stoplight-flavored-markdown.md). SMD supports more advanced features like themable callouts and embedded json schema models.* +*All of the notes, descriptions, and content fields in the Stoplight editors support the use of [Stoplight Flavored Markdown](./stoplight-flavored-markdown.md). SMD supports more advanced features like themable callouts and embedded json schema models.* ### Table of Contents @@ -235,4 +235,4 @@ After. ### Credits -Most of this information was pulled from [Adam Pritchard's Mardkown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). Thank you Adam for putting together this cheatsheet! \ No newline at end of file +Most of this information was pulled from [Adam Pritchard's Mardkown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). Thank you Adam for putting together this cheatsheet!