Skip to content

Commit 6885596

Browse files
committed
Merge branch 'main' into pr/14136
2 parents 1892b60 + c6904e8 commit 6885596

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/docs-preview-create-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Docs preview create request
33

44
on:
5-
pull_request:
5+
pull_request_target:
66
branches:
77
- main
88

.github/workflows/docs-preview-delete-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Docs preview delete request
33

44
on:
5-
pull_request:
5+
pull_request_target:
66
branches:
77
- main
88
types: [closed]

documentation/docs/05-special-elements/05-svelte-element.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ Svelte tries its best to infer the correct namespace from the element's surround
2929
```svelte
3030
<svelte:element this={tag} xmlns="http://www.w3.org/2000/svg" />
3131
```
32+
33+
`this` needs to be a valid DOM element tag, things like `#text` or `svelte:head` will not work.

0 commit comments

Comments
 (0)