Index: net/docs/life-of-a-url-request.md |
diff --git a/net/docs/life-of-a-url-request.md b/net/docs/life-of-a-url-request.md |
index 76622a5df18011c88be71c750877e146d18f8c12..cacd2dab3bda070b5f55268e8f92b8a29749beba 100644 |
--- a/net/docs/life-of-a-url-request.md |
+++ b/net/docs/life-of-a-url-request.md |
@@ -17,7 +17,7 @@ better explained, please do not hesitate to submit patches. |
# Anatomy of the Network Stack |
-The top-level network stack object is the URLRequextContext. The context has |
+The top-level network stack object is the URLRequestContext. The context has |
non-owning pointers to everything needed to create and issue a URLRequest. The |
context must outlive all requests that use it. Creating a context is a rather |
complicated process, and it's recommended that most consumers use |