Skip to content

Commit 85f8de2

Browse files
committed
993089: resolving the CI failures
1 parent c5d9cfb commit 85f8de2

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

Document-Processing/Word/Word-Processor/angular/spell-check.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ export class AppComponent {
4141

4242
## Enable SpellCheck
4343

44-
To enable spell check in DocumentEditor, set [`enableSpellCheck`](https://ej2.syncfusion.com/angular/documentation/api/document-editor/#enablespellcheck) property as `true` and then configure SpellCheckSettings.
44+
To enable spell check in DocumentEditor, set [`enableSpellCheck`](https://ej2.syncfusion.com/angular/documentation/api/document-editor/index-default#enablespellcheck) property as `true` and then configure SpellCheckSettings.
4545

4646
## Disable SpellCheck
4747

48-
To disable spell check in DocumentEditor, set [`enableSpellCheck`](https://ej2.syncfusion.com/angular/documentation/api/document-editor/#enablespellcheck) property as `false` or remove [`enableSpellCheck`](https://ej2.syncfusion.com/angular/documentation/api/document-editor/#enablespellcheck) property initialization code. The default value of this property is false.
48+
To disable spell check in DocumentEditor, set [`enableSpellCheck`](https://ej2.syncfusion.com/angular/documentation/api/document-editor/index-default#enablespellcheck) property as `false` or remove [`enableSpellCheck`](https://ej2.syncfusion.com/angular/documentation/api/document-editor/index-default#enablespellcheck) property initialization code. The default value of this property is false.
4949

5050
## Spell check settings
5151

Document-Processing/Word/Word-Processor/asp-net-core/spell-check.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Spell Check in Document Editor Component
3+
title: Spell Check in ASP.NET Core Document Editor Component | Syncfusion
44
description: Learn here all about spell check in Syncfusion Document Editor component of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: Spell Check
@@ -17,9 +17,7 @@ Document editor supports performing spell checking for any input text. You can p
1717
{% highlight cshtml tabtitle="CSHTML" %}
1818
{% include code-snippet/document-editor/asp-net-core/spell-checker/tagHelper %}
1919
{% endhighlight %}
20-
{% highlight c# tabtitle="Spell-checker.cs" %}
21-
{% endhighlight %}{% endtabs %}
22-
20+
{% endtabs %}
2321

2422

2523
## Features

Document-Processing/Word/Word-Processor/asp-net-mvc/spell-check.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Spell Check in ASP.NET MVC Document Editor Component
3+
title: Spell Check in ASP.NET MVC Document Editor Component | Syncfusion
44
description: Learn here all about spell check in Syncfusion ASP.NET MVC Document Editor component of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: Spell Check
@@ -17,8 +17,7 @@ Document editor supports performing spell checking for any input text. You can p
1717
{% highlight razor tabtitle="CSHTML" %}
1818
{% include code-snippet/document-editor/asp-net-mvc/spell-checker/razor %}
1919
{% endhighlight %}
20-
{% highlight c# tabtitle="Spell-checker.cs" %}
21-
{% endhighlight %}{% endtabs %}
20+
{% endtabs %}
2221

2322

2423

Document-Processing/Word/Word-Processor/javascript-es5/spell-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spellChecker.allowSpellCheckAndSuggestion = true;
3030
```
3131

3232
>Note: Document Editor requires server-side dependencies for spell check configuration.
33-
Refer to the [Document Editor Web API service projects from GitHub](https://gitea.syncfusion.com/essential-studio/ej2-documenteditor-server/) link for configuring spell checker in server-side.To know about server-side dependencies, please refer this [page](./web-services-overview).
33+
Refer to the [Document Editor Web API service projects](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es5/web-services/core) link for configuring spell checker in server-side.To know about server-side dependencies, please refer this [page](./web-services-overview).
3434

3535
## Features
3636

Document-Processing/Word/Word-Processor/javascript-es6/spell-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spellChecker.allowSpellCheckAndSuggestion = true;
3030
```
3131

3232
>Note: Document Editor requires server-side dependencies for spell check configuration.
33-
Refer to the [Document Editor Web API service projects from GitHub](https://gitea.syncfusion.com/essential-studio/ej2-documenteditor-server/) link for configuring spell checker in server-side.To know about server-side dependencies, please refer this [page](./web-services-overview).
33+
Refer to the [Document Editor Web API service projects](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es6/web-services/core#spell-check) link for configuring spell checker in server-side.To know about server-side dependencies, please refer this [page](./web-services-overview).
3434

3535
## Features
3636

0 commit comments

Comments
 (0)