Skip to content

Commit 7dfafa8

Browse files
fix "see comment"
Co-authored-by: danielpeintner
1 parent 982d437 commit 7dfafa8

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
@@ -1028,7 +1028,7 @@

The InteractionOutput interface

10281028
While the {{value()}} function provides built-in validation, we recognize that some
10291029
use cases may require returning values without validation. In such cases, developers
10301030
can use alternative patterns, such as directly accessing the underlying data
1031-
using streams or the {{InteractionOutput/arrayBuffer()}} function (See [[[#validation-arraybuffer-example]]] and [[[#stream-example]]]).
1031+
using streams or the {{InteractionOutput/arrayBuffer()}} function (see [[[#validation-arraybuffer-example]]] and [[[#stream-example]]]).
10321032
p>
10331033
<p class="advisement" id="non-validating-value-warning" title="Implications for not using validation">
10341034
<strong>Warning:strong> Disabling validation may introduce risks, particularly when interacting

0 commit comments

Comments
 (0)