Skip to content

Commit 5c46a2a

Browse files
authored
Remove sentence about 'extra configuration file' next to the single-file app (#43042)
1 parent 0f4b32f commit 5c46a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/deploying/single-file/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ These properties have the following functions:
4242

4343
Single file apps are always OS and architecture specific. You need to publish for each configuration, such as Linux x64, Linux Arm64, Windows x64, and so forth.
4444

45-
Runtime configuration files, such as _\*.runtimeconfig.json_ and _\*.deps.json_, are included in the single file. If an extra configuration file is needed, you can place it beside the single file.
45+
Runtime configuration files, such as _\*.runtimeconfig.json_ and _\*.deps.json_, are included in the single file.
4646

4747
## Publish a single-file app
4848

0 commit comments

Comments
 (0)