diff --git a/src/StaticAssets/src/StaticAssetsEndpointRouteBuilderExtensions.cs b/src/StaticAssets/src/StaticAssetsEndpointRouteBuilderExtensions.cs index bd80b3951e11..98cfdb98e707 100644 --- a/src/StaticAssets/src/StaticAssetsEndpointRouteBuilderExtensions.cs +++ b/src/StaticAssets/src/StaticAssetsEndpointRouteBuilderExtensions.cs @@ -20,8 +20,8 @@ public static class StaticAssetsEndpointRouteBuilderExtensions /// The . /// The path to the static assets manifest file. /// - /// The can be null to use the to locate the manifes. - /// As an alternative, a full path can be specified to the manifest file. If a relative path is used, we'll search for the file in the ." /> + /// The can be to use the to locate the manifest. + /// As an alternative, a full path can be specified to the manifest file. If a relative path is used, we'll search for the file in the . /// public static StaticAssetsEndpointConventionBuilder MapStaticAssets(this IEndpointRouteBuilder endpoints, string? staticAssetsManifestPath = null) {