Skip to content

Commit

Permalink
Fix typo (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbonanome authored and Ross McDonald committed Jan 28, 2020
1 parent 32cb473 commit e355a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Design-and-Modeling/05-request-maker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e355a7c

Please sign in to comment.