Skip to content

Commit acf875e

Browse files
authored
Update docs/GlobalAPI.md
1 parent fcc5d18 commit acf875e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GlobalAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ test.each`
10651065
});
10661066
```
10671067

1068-
If the inputs have different types, the arguments will be typed as a union of all the input types (ie type of the variables inside the template literal):
1068+
If the inputs have different types, the arguments will be typed as a union of all the input types (i.e. type of the variables inside the template literal):
10691069

10701070
```ts
10711071
import {test} from '@jest/globals';

0 commit comments

Comments
 (0)