Skip to content

Commit 3358c5f

Browse files
committed
spelling: apparent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent b95af76 commit 3358c5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/LanguageFeatures/NonLinearPattern.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ From context, it appears that the second binding should have been for variable <
4040
<sample src="examples/NonLinearPatternGood.js" />
4141

4242
<p>
43-
This can sometimes happen in TypeScript, due to the apparant similarity between property patterns
43+
This can sometimes happen in TypeScript, due to the apparent similarity between property patterns
4444
and type annotations. In the following example, the function uses a pattern parameter with properties <code>x</code>
4545
and <code>y</code>. These appear to have type <code>number</code>, but are in fact untyped properties both stored in a variable named <code>number</code>.
4646
</p>

0 commit comments

Comments
 (0)