Skip to content

Commit

Permalink
fix(network.spec.ts): typo in the word should (#8223)
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Apr 19, 2022
1 parent 0c8174b commit e93faad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/network.spec.ts
Expand Up @@ -143,7 +143,7 @@ describe('network', function () {
});

describeFailsFirefox('Request.initiator', () => {
it('shoud return the initiator', async () => {
it('should return the initiator', async () => {
const { page, server } = getTestState();

const initiators = new Map();
Expand Down

0 comments on commit e93faad

Please sign in to comment.