From 59257c5933e024601e3330f7f261826ef8299798 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Wed, 28 Aug 2024 17:25:30 +0200 Subject: [PATCH] Fix link reference (#33468) --- aspnetcore/blazor/host-and-deploy/webassembly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/host-and-deploy/webassembly.md b/aspnetcore/blazor/host-and-deploy/webassembly.md index 394441236b..e0d25da5b4 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly.md @@ -79,7 +79,7 @@ Webcil is the default packaging format when you publish a Blazor WebAssembly app ## Customize how boot resources are loaded -Customize how boot resources are loaded using the `loadBootResource` API. For more information, see . +Customize how boot resources are loaded using the `loadBootResource` API. For more information, see . ## Compression