Skip to content

Commit 563ef5d

Browse files
committed
Cleared CI error
1 parent 941796f commit 563ef5d

6 files changed

+6
-6
lines changed

blazor/common/aot-compilation/optimize-performance-blazor-wasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Optimize Blazor WebAssembly performance with AOT compilation - Syncfusion
3+
title: Optimize Blazor WASM performance with AOT compilation - Syncfusion
44
description: Enable AOT compilation in Blazor WebAssembly to improve performance, understand trade-offs, and review size versus performance considerations and more details.
55
platform: Blazor
66
control: Common

blazor/common/extend-and-customize-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ A Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor component can be imple
154154
<TodoList></TodoList>
155155
```
156156
157-
![Render Syncfusion Blazor components within another component (example)](images/todolist.gif)
157+
![Render Syncfusion Blazor components within another component](images/todolist.gif)
158158
159159
## Render Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor component dynamically
160160

blazor/common/how-to/create-blazor-webassembly-prerendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Install the [.NET SDK](https://dotnet.microsoft.com/en-us/download) (7.0 or late
9393

9494
### Resolving HttpClient errors on WebAssembly prerendering
9595

96-
When the index page injects `HttpClient` and prerenders on the server, the client has not yet established a connection, which can result in runtime exceptions.
96+
When the index page injects `HttpClient` and prerender on the server, the client has not yet established a connection, which can result in runtime exceptions.
9797

9898
E> ***InvalidOperationException***: An invalid request URI was provided. The request URI must either be an absolute URI or BaseAddress must be set.
9999

blazor/common/how-to/port-blazor-server-maui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This guide explains how to migrate a Blazor Web App to a .NET MAUI Blazor Hybrid
1313

1414
## Prerequisites
1515

16-
Install the [.NET SDK 8.0](https://dotnet.microsoft.com/download) or later and Visual Studio 2022 with the .NET MAUI and ASP.NET and web development workloads.
16+
Install the [.NET SDK 8.0](https://dotnet.microsoft.com/en-us/download) or later and Visual Studio 2022 with the .NET MAUI and ASP.NET and web development workloads.
1717

1818
## Create a Blazor Web App
1919

blazor/common/how-to/upgrade-syncfusion-components-to-18dot1-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Configure Syncfusion Blazor Client Resources in Production
4-
description: Migrate a Blazor application from EJ2-based packages to Syncfusion Blazor 18.1.0.36, including NuGet, namespace, component prefix, resource, and DataManager changes.
4+
description: Migrate a Blazor application from EJ2-based package to Syncfusion Blazor 18.1.0.36, including NuGet, namespace, component prefix, resource, DataManager changes.
55
platform: Blazor
66
control: Common
77
documentation: ug

blazor/common/how-to/upgrade-syncfusion-components-to-latest-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Upgrade Syncfusion Blazor components to the latest version
4-
description: Learn how to upgrade Syncfusion Blazor components, verify .NET compatibility, and ensure correct CSS references and configuration for Blazor Web App, Server, WebAssembly.
4+
description: Learn how to upgrade Syncfusion Blazor components, verify .NET compatibility, ensure correct CSS references and configuration for Blazor Web, Server, WASM App.
55
platform: Blazor
66
control: Common
77
documentation: ug

0 commit comments

Comments
 (0)