From e355a7c78f6045c806bd4fc1343af7b524c072e7 Mon Sep 17 00:00:00 2001 From: Giulio Bonanome <1076656+gbonanome@users.noreply.github.com> Date: Tue, 28 Jan 2020 16:22:50 +0100 Subject: [PATCH] Fix typo (#321) --- docs/Design-and-Modeling/05-request-maker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Design-and-Modeling/05-request-maker.md b/docs/Design-and-Modeling/05-request-maker.md index 61ded1cf..09e17d16 100644 --- a/docs/Design-and-Modeling/05-request-maker.md +++ b/docs/Design-and-Modeling/05-request-maker.md @@ -4,7 +4,7 @@ Stoplight Studio has a built in HTTP client which we call Request Maker. It appe ![](../../assets/images/request-maker.png) -The request maker is very much like many other HTTP clients out there, but it knows all about your APIs. It knows every endpoint defined in the API description, it knows what headers need are required or optioanl, what content type you should send, and if the API description has defined servers, it will let you pick from those. +The request maker is very much like many other HTTP clients out there, but it knows all about your APIs. It knows every endpoint defined in the API description, it knows what headers need are required or optional, what content type you should send, and if the API description has defined servers, it will let you pick from those. When you edit the API description, this Try it Now tab will update as you save. This lets you make requests to your development server whilst you work on it, without needing to jump between multiple applications and update things in multiple places.