Skip to content

Commit 396b33d

Browse files
authored
Fixed Typo (#131)
1 parent 800c6cc commit 396b33d

File tree

1 file changed

+1
-1
lines changed
  • projects/type-operations/template-literal-type-shenanigans/01-spongecase

1 file changed

+1
-1
lines changed

Diff for: projects/type-operations/template-literal-type-shenanigans/01-spongecase/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For example, this `
2020
Write a `FilteredArrayItems` type that takes in two type parameters:
2121

2222
1. `T`
23-
2. `Filter
23+
2. `Filter`
2424

2525
It should result in a flattened array or tuple type of items that only `extend Filter`.
2626

0 commit comments

Comments
 (0)