Skip to content

Commit 05169c9

Browse files
committed
Fix misscommit.
1 parent bdc5050 commit 05169c9

File tree

1 file changed

+2
-1
lines changed
  • src/Components/Components/src/Routing

1 file changed

+2
-1
lines changed

src/Components/Components/src/Routing/Router.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ public async Task SetParametersAsync(ParameterView parameters)
154154
if (routeAttributes.Length == 0)
155155
{
156156
throw new InvalidOperationException($"The type {NotFoundPage.FullName} " +
157-
$"does not have a {typeof(RouteAttribu
157+
$"does not have a {typeof(RouteAttribute).FullName} applied to it.");
158+
}
158159
}
159160

160161
if (!_onNavigateCalled)

0 commit comments

Comments
 (0)