We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b617222 commit a33de31Copy full SHA for a33de31
components/upload/overview.md
@@ -71,7 +71,7 @@ Steps 4 and 5 are optional, but strongly recommended.
71
72
Both action methods must accept `POST` requests.
73
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:
+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:
75
76
* `builder.Services.AddControllers();`
77
* `app.MapDefaultControllerRoute();`.
0 commit comments