Skip to content

Commit

Permalink
Update rest-api.mdx (encoredev#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuskohlberg authored Mar 27, 2024
1 parent e0b5422 commit 17a0d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/rest-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In this tutorial you will create a REST API for a URL Shortener service. In a fe
<LangTabGroup langs={["go", "ts"]}>
<LangTabPanel>

This is the end Go result:
This is the end result:
<div className="not-prose mb-10">
<Editor projectName="urlShortener" />
</div>
Expand Down Expand Up @@ -331,7 +331,7 @@ We're excited to hear what you're going to build with Encore, join the pioneerin
<LangTabPanel>


This is the end TypeScript result:
This is the end result:
<div className="not-prose mb-10">
<Editor projectName="urlShortenerTS" />
</div>
Expand Down

0 comments on commit 17a0d16

Please sign in to comment.