Skip to content

Commit

Permalink
Fix typo in PR #696 (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatoito authored Oct 26, 2021
1 parent 4096cd0 commit 658b98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explainers/subresource-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ using document's [base URL](https://html.spec.whatwg.org/#document-base-url).

`<script type="webbundle">` doesn't support `src=` attribute. The rule must be inline.

`<script type="webbundle">` doesn't fire a `load` event nor an `event` event.
`<script type="webbundle">` doesn't fire a `load` event nor an `error` event.

Note: We could fire `load` and `error` events if we wanted to. See [issue
#697](https://github.com/WICG/webpackage/issues/697)
Expand Down

0 comments on commit 658b98f

Please sign in to comment.