Skip to content

Commit 057c854

Browse files
authored
Update min-web-api.md (#35957)
replaced a colon with a period to fix a typo
1 parent c666b61 commit 057c854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/tutorials/min-web-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The `Program.cs` file contains the following code:
9494
The preceding code:
9595

9696
* Creates a <xref:Microsoft.AspNetCore.Builder.WebApplicationBuilder> and a <xref:Microsoft.AspNetCore.Builder.WebApplication> with preconfigured defaults.
97-
* Creates an HTTP GET endpoint `/` that returns `Hello World!`:
97+
* Creates an HTTP GET endpoint `/` that returns `Hello World!`.
9898

9999
### Run the app
100100

0 commit comments

Comments
 (0)