Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typos (closes #1121)
  • Loading branch information
kraih committed Aug 12, 2017
1 parent f7ad11e commit 220ca39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Testing.pod
Expand Up @@ -451,7 +451,7 @@ at JSON pointer locations:
->json_is('/beings/jeremiah/age' => 42)
->json_like('/beings/jeremiah/species' => qr/bullfrog/i);

JSON pointer syntax make testing JSON responses simple and readable.
JSON pointer syntax makes testing JSON responses simple and readable.

=head3 DOM response assertions

Expand Down Expand Up @@ -604,7 +604,7 @@ C<request_ok>:

While the message flow on WebSocket connections can be rather dynamic, it more
often than not is quite predictable, which allows this rather pleasant
L<Test::Mojo> API to be used.
L<Test::Mojo> WebSocket API to be used:

use Mojo::Base -strict;

Expand Down

0 comments on commit 220ca39

Please sign in to comment.