Skip to content

Commit b926907

Browse files
authored
Fix typo (#2785)
1 parent fb0dfb2 commit b926907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/upload/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Steps 4 and 5 are optional, but strongly recommended.
7171

7272
Both action methods must accept `POST` requests.
7373

74-
Request routing depends on the application and it outside the Upload component's scope. Normally, the following two statements in the server project's `Program.cs` are enough:
74+
Request routing depends on the application and is outside the Upload component scope. Normally, the following two statements in the server project `Program.cs` file are enough:
7575

7676
* `builder.Services.AddControllers();`
7777
* `app.MapDefaultControllerRoute();`.

0 commit comments

Comments
 (0)