diff --git a/aspnetcore/razor-pages/razor-pages-conventions.md b/aspnetcore/razor-pages/razor-pages-conventions.md index 922dad2e0259..5ef2f9ee1c55 100644 --- a/aspnetcore/razor-pages/razor-pages-conventions.md +++ b/aspnetcore/razor-pages/razor-pages-conventions.md @@ -392,7 +392,7 @@ Visit the Contact page at either its ordinary route, `/Contact`, or the custom r ## Page model action conventions -The default page model provider that implements invokes conventions which are designed to provide extensibility points for configuring page models. These conventions are useful when building and modifying page discovery and processing scenarios. +The default page model provider that implements invokes conventions that are designed to provide extensibility points for configuring page models. These conventions are useful when building and modifying page discovery and processing scenarios. For the examples in this section, the sample app uses an `AddHeaderAttribute` class, which is a , that applies a response header: