Skip to content

Commit

Permalink
fix(network.spec.ts): typo in the word should
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi authored and ergunsh committed Apr 19, 2022
1 parent b6504d7 commit 228dba6
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 228dba6

Please sign in to comment.