fix(network.spec.ts): typo in the word should (#8223)

This commit is contained in:
Matheus Marabesi 2022-04-19 15:24:53 +02:00 committed by GitHub
parent 0c8174b987
commit e93faadc21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();