Skip to content

Commit ad7b02f

Browse files
Update docs/core/sdk/file-based-apps.md
Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>
1 parent 349b7dd commit ad7b02f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/core/sdk/file-based-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ Caching improves build performance but can cause confusion when:
364364
- Moving files to different directories doesn't invalidate cache.
365365

366366
> [!NOTE]
367-
> Concurrent invocations of a file-based app (i.e. running more than one instance of the same file-based app in parallel) can cause errors due to contention over the build output files. To avoid this, first build the file-based app via `dotnet build file.cs` before starting the concurrent instances via `dotnet run file.cs --no-build`.
367+
> Concurrent invocations of a file-based app (for example, running more than one instance of the same file-based app in parallel) can cause errors due to contention over the build output files. To avoid this, first build the file-based app via `dotnet build file.cs` before starting the concurrent instances via `dotnet run file.cs --no-build`.
368368
369369
### Workarounds
370370

0 commit comments

Comments
 (0)