diff --git a/aspnetcore/tutorials/razor-pages/search.md b/aspnetcore/tutorials/razor-pages/search.md index afc5a68718..212510d6ba 100644 --- a/aspnetcore/tutorials/razor-pages/search.md +++ b/aspnetcore/tutorials/razor-pages/search.md @@ -42,7 +42,7 @@ Navigate to the Movies page and append a query string such as `?searchString=Gho ![Index view](search/_static/ghost.png) -If the following route template is added to the Index page, the search string can be passed as a URL segment (for example, `http://localhost:5000/Movies/ghost`). +If the following route template is added to the Index page, the search string can be passed as a URL segment (for example, `http://localhost:5000/Movies/Ghost`). ```cshtml @page "{searchString?}"