Skip to content

Commit

Permalink
Fix a typo in Cookbook POD
Browse files Browse the repository at this point in the history
Detected automatically by the lintian tool on Debian
  • Loading branch information
knowledgejunkie committed Mar 24, 2022
1 parent 4093223 commit 7d2ee8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Original file line number Diff line number Diff line change
Expand Up @@ -1843,7 +1843,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;
Expand Down

1 comment on commit 7d2ee8c

@marcusramberg
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mergifyio refresh

Please sign in to comment.