Skip to content

Commit 7afdc30

Browse files
committed
fixed typo: 'in the each of'
1 parent 11f4af2 commit 7afdc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/01-apiMapping.exercise.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,6 @@ export type GroupProgram = ProgramMap["GROUP"];
230230
* index types via unions.
231231
*
232232
* 🕵️‍♂️ Try experimenting with programModeEnumMap, changing the keys
233-
* and values to see what errors, or what changes in the each of
233+
* and values to see what errors, or what changes in each of
234234
* the derived types.
235235
*/

0 commit comments

Comments
 (0)