Skip to content

Commit d79d13e

Browse files
authored
Fix typo (#2372)
* Fix typo and improve wording * Fix typo
1 parent 1ab80fd commit d79d13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracks/typescript/exercises/two-fer/mentoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ exercises.
152152
such.
153153
- Even if you have a default value applied to your parameter, mark its type even
154154
though it currently can be inferred. This allows you to later remove the
155-
default type and not run into issues (either it will then be `any` or you'll
155+
default value and not run into issues (either it will then be `any` or you'll
156156
get an error `no-implicit-any`).
157157

158158
[ref-template-literal]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals

0 commit comments

Comments
 (0)