Skip to content

Commit 10d6505

Browse files
AprilNEAFabianLars
andauthored
feat: add case-sensitive notice for configuration (#3380)
Co-authored-by: Fabian-Lars <[email protected]>
1 parent 2c75bb8 commit 10d6505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/develop/configuration-files.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pubkey = "updater pub key"
7676
endpoints = ["https://my.app.updater/{{target}}/{{current_version}}"]
7777
```
7878

79-
Note that JSON5 and TOML supports comments, and TOML can use kebab-case for config names which are more idiomatic.
79+
Note that JSON5 and TOML supports comments, and TOML can use kebab-case for config names which are more idiomatic. Field names are case-sensitive in all 3 formats.
8080

8181
### Platform-specific Configuration
8282

0 commit comments

Comments
 (0)