diff --git a/docs/en/Tutorials/Part-3.md b/docs/en/Tutorials/Part-3.md index 486475ff9d..e58857ec89 100644 --- a/docs/en/Tutorials/Part-3.md +++ b/docs/en/Tutorials/Part-3.md @@ -1386,7 +1386,7 @@ Open the `Books.razor` page and add the following `EntityAction` under the "Edit + ConfirmationMessage="() => GetDeleteConfirmationMessage(context)" /> ```` * `DeleteEntityAsync` is defined in the base class that deletes the entity by performing a call to the server.