From 10ad3de32af2a62f634f914c29ab7e25c2c9ea12 Mon Sep 17 00:00:00 2001 From: Moath Altarawneh Date: Wed, 11 Sep 2024 20:53:08 +0300 Subject: [PATCH] fixed typo within using-dot-net.md changed "relod" to "reload" --- .../document-editor/collaborative-editing/using-dot-net.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-angular/document-editor/collaborative-editing/using-dot-net.md b/ej2-angular/document-editor/collaborative-editing/using-dot-net.md index f4d66d8a26..b28c517f67 100644 --- a/ej2-angular/document-editor/collaborative-editing/using-dot-net.md +++ b/ej2-angular/document-editor/collaborative-editing/using-dot-net.md @@ -87,7 +87,7 @@ initializeSignalR = (): void => { this.connection.onclose(async () => { if (this.connection && this.connection.state === HubConnectionState.Disconnected) { - alert('Connection lost. Please relod the browser to continue.'); + alert('Connection lost. Please reload the browser to continue.'); } }); }