Skip to content

Commit 6556f65

Browse files
Nick Morrottluoyaoming
authored andcommitted
Fix typo on POD
Forwarded: mojolicious/mojo#1930 Last-Update: 2022-03-24 Last-Update: 2022-03-24 Gbp-Pq: Name typo-in-manual-page
1 parent b42ebe7 commit 6556f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Mojolicious/Guides/Cookbook.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ L<Mojolicious::Plugin::DefaultHelpers/"proxy-E<gt>start_p"> can stream response
18431843
as a new chunk of data is received from the backend web service. Additionally they will take care of removing hop-by-hop
18441844
headers and protect you automatically from backpressure issues. Which can happen in situations where the connection to
18451845
the backend web service is faster than the connection to the client and data forwarding needs to be throttled. And the
1846-
best of all, everything happens non-blocking, that means your web server can process other requestes concurrently while
1846+
best of all, everything happens non-blocking, that means your web server can process other requests concurrently while
18471847
waiting for I/O.
18481848

18491849
use Mojolicious::Lite -signatures;

0 commit comments

Comments
 (0)