We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab80fd commit d79d13eCopy full SHA for d79d13e
tracks/typescript/exercises/two-fer/mentoring.md
@@ -152,7 +152,7 @@ exercises.
152
such.
153
- Even if you have a default value applied to your parameter, mark its type even
154
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
+ default value and not run into issues (either it will then be `any` or you'll
156
get an error `no-implicit-any`).
157
158
[ref-template-literal]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
0 commit comments