Skip to content

Commit 503bcdc

Browse files
committed
JS: Dont capitalize Promise in prose
1 parent 3c601fc commit 503bcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Expressions/MissingAwait.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<p>
77
In JavaScript, <code>async</code> functions always return a promise object.
88
To obtain the underlying value of the promise, the <code>await</code> operator or a call to <code>then</code> should be used.
9-
Attempting to use a Promise object instead of its underlying value can lead to unexpected behavior.
9+
Attempting to use a promise object instead of its underlying value can lead to unexpected behavior.
1010
</p>
1111

1212
</overview>

0 commit comments

Comments
 (0)