Skip to content

Commit 7be7675

Browse files
authored
minor typo (#34615)
1 parent 7926160 commit 7be7675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/web-api/action-return-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ In the preceding action:
180180
* A 400 status code is returned when:
181181
* The [`[ApiController]`](xref:Microsoft.AspNetCore.Mvc.ApiControllerAttribute) attribute has been applied and model validation fails.
182182
* The product description contains "XYZ Widget".
183-
* A 201 status code is generated by the [`Results.Create`](/dotnet/api/microsoft.aspnetcore.http.results.created) method when a product is created. In this code path, the `Product` object is provided in the response body. A `Location` response header containing the newly created product's URL is provided.
183+
* A 201 status code is generated by the [`Results.Created`](/dotnet/api/microsoft.aspnetcore.http.results.created) method when a product is created. In this code path, the `Product` object is provided in the response body. A `Location` response header containing the newly created product's URL is provided.
184184

185185
### Results\<TResult1, TResultN> type
186186

0 commit comments

Comments
 (0)