Skip to content

Commit f9b47f5

Browse files
authored
add missing that: JSDoc annotations (that) come before.. (#3294)
1 parent d982aee commit f9b47f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/documentation/copy/en/javascript/Intro to JS with TS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The [homepage](/) has a list of editors which have TypeScript plugins.
2525

2626
In a `.js` file, types can often be inferred. When types can't be inferred, they can be specified using JSDoc syntax.
2727

28-
JSDoc annotations come before a declaration will be used to set the type of that declaration. For example:
28+
JSDoc annotations that come before a declaration will be used to set the type of that declaration. For example:
2929

3030
```js twoslash
3131
/** @type {number} */

0 commit comments

Comments
 (0)