Skip to content

Commit 94d9eb8

Browse files
authored
Merge pull request #88 from tunetheweb/patch-1
Fix JS-initiated link
2 parents c0399aa + 0c4dffd commit 94d9eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patching-explainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This proposal introduces partial out-of-order HTML streaming as part of the web
1818

1919
Patches are delivered using a `<template>` element with the `for` attribute and target an existing elements in the DOM. These patches require no scripts to apply (are declarative) and can appear in the main response HTML to support out-of-order streaming.
2020

21-
Patches can be be applied later in the page lifecycle using JavaScript, see [script-initiated patching](#script-initiated-patching).
21+
Patches can be be applied later in the page lifecycle using JavaScript, see [interaction with script-initiated patching](#interaction-with-script-initiated-patching).
2222

2323
### Proposed markup
2424

0 commit comments

Comments
 (0)