Skip to content

Commit b01af6e

Browse files
Update index.html
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent f62669e commit b01af6e

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
@@ -1312,7 +1312,7 @@ <h2>The <dfn>ActionInteractionOutput</dfn> interface</h2>
13121312
Should we allow pause/resume also? TD has no notion of it.
13131313
</p>
13141314
<section><h3>The <dfn>status()</dfn> function</h3>
1315-
Reports the status of an <a>Action</a> (one of <code>running</code>, <code>success</code> or <code>error</code>) or rejects on error. The method MUST run the following steps:
1315+
Reports the status of an <a>Action</a> (one of <code>running</code>, <code>success</code>, or <code>error</code>), or rejects on error. The method MUST run the following steps:
13161316
<ol>
13171317
<li>
13181318
Return a {{Promise}} |promise:Promise| and execute the next steps

0 commit comments

Comments
 (0)