Skip to content

Commit 4812715

Browse files
committed
testbed
1 parent 1501e5b commit 4812715

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

apps/svelte.dev/content/docs/svelte/98-reference/30-compiler-errors.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
2-
title: 'Compiler Errors'
2+
title: 'Compiler errors'
33
generated: 'generated by process-messages/index.js'
44
---
55

6-
## options_invalid_value
6+
## `options_invalid_value`
77

8-
```
9-
Invalid compiler option: %details%
10-
```
8+
> Invalid compiler option: %details%
119
1210
## options_removed
1311

@@ -436,6 +434,7 @@ Can only bind to an Identifier or MemberExpression
436434
```
437435
`bind:%name%` is not a valid binding
438436
```
437+
439438
```
440439
`bind:%name%` is not a valid binding. %explanation%
441440
```

0 commit comments

Comments
 (0)