From: Nick Morrott <nickm@debian.org>
Date: Fri, 29 May 2026 09:06:25 -0700
Subject: Fix typo on POD

Forwarded: https://github.com/mojolicious/mojo/pull/1930
Last-Update: 2025-12-23
---
 lib/Mojolicious/Guides/Cookbook.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Mojolicious/Guides/Cookbook.pod b/lib/Mojolicious/Guides/Cookbook.pod
index ae2eeff..ef47dd9 100644
--- a/lib/Mojolicious/Guides/Cookbook.pod
+++ b/lib/Mojolicious/Guides/Cookbook.pod
@@ -1850,7 +1850,7 @@ L<Mojolicious::Plugin::DefaultHelpers/"proxy-E<gt>start_p"> can stream response
 as a new chunk of data is received from the backend web service. Additionally they will take care of removing hop-by-hop
 headers and protect you automatically from backpressure issues. Which can happen in situations where the connection to
 the backend web service is faster than the connection to the client and data forwarding needs to be throttled. And the
-best of all, everything happens non-blocking, that means your web server can process other requestes concurrently while
+best of all, everything happens non-blocking, that means your web server can process other requests concurrently while
 waiting for I/O.
 
   use Mojolicious::Lite -signatures;
