Skip to content

Commit

Permalink
Fix small typo on first_steps.md (denoland#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabuya committed Sep 8, 2023
1 parent bf437be commit b9775ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting_started/first_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ import { serve } from "https://deno.land/std@$STD_VERSION/http/server.ts";
const handler = async (_request: Request): Promise<Response> => {
const resp = await fetch("https://api.github.com/users/denoland", {
// The init object here has an headers object containing a
// The init object here has a headers object containing a
// header that indicates what type of response we accept.
// We're not specifying the method field since by default
// fetch makes a GET request.
Expand Down

0 comments on commit b9775ea

Please sign in to comment.