Skip to content

Commit 9aa6690

Browse files
authored
Fix wrong link for dispatch tick actions (#1913)
Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
1 parent c1a2419 commit 9aa6690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9236,7 +9236,7 @@ <h3>Dispatching actions</h3>
92369236
<li><p>Let <var>source</var> be the result of <a>get an input
92379237
source</a> given <var>input state</var> and <var>input id</var>.
92389238

9239-
<li><p>Assert: <a>source</a> is not undefined.
9239+
<li><p>Assert: <var>source</var> is not undefined.
92409240

92419241
<li><p>Let <var>global key state</var> be the result of <a>get the
92429242
global key state</a> with <var>input state</var>.

0 commit comments

Comments
 (0)