Skip to content

Commit f1c0b99

Browse files
committed
Fix typo in http_fundamentals.rst (sents → sends)
1 parent 210e0e2 commit f1c0b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction/http_fundamentals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ to communicate with each other. For example, when checking for the latest
2020
.. raw:: html
2121

2222
<object data="../_images/http/xkcd-full.svg" type="image/svg+xml"
23-
alt="A sequence diagram showing the browser sending &quot;Can I see today's comic?&quot; to the xkcd server. The server prepares the page's HTML and sents it back to the browser."
23+
alt="A sequence diagram showing the browser sending &quot;Can I see today's comic?&quot; to the xkcd server. The server prepares the page's HTML and sends it back to the browser."
2424
></object>
2525

2626
HTTP is the term used to describe this text-based language. The goal of

0 commit comments

Comments
 (0)