Skip to content

Commit

Permalink
Fix typo in pastebin tutorial: 'route' -> 'wrote'.
Browse files Browse the repository at this point in the history
  • Loading branch information
BBlackwo authored and SergioBenitez committed Nov 1, 2023
1 parent 1df854e commit f14f93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/guide/10-pastebin-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Now that we can retrieve pastes safely, it's time to actually store them. We'll
write an `upload` route that, according to our design, takes a paste's contents
and writes them to a file with a randomly generated ID inside of the `upload/`
directory. It'll return a URL to the client for the paste corresponding to the
`retrieve` route we just route.
`retrieve` route we just wrote.
### Streaming Data
Expand Down

0 comments on commit f14f93a

Please sign in to comment.