Skip to content

Commit 90546e6

Browse files
authored
Fix typo in editor-convert-to-plain-text.md (#1601)
1 parent 8a48919 commit 90546e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/editor-convert-to-plain-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Here are the required steps:
3636
* `Telerik.Windows.Documents.Flow.FormatProviders.Html`
3737
* `Telerik.Windows.Documents.Flow.FormatProviders.Txt`
3838
* `Telerik.Windows.Documents.Flow.Model`
39-
1. Create an [`HtmlFormaProvider`](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/formats-and-conversion/html/htmlformatprovider) instance.
39+
1. Create an [`HtmlFormatProvider`](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/formats-and-conversion/html/htmlformatprovider) instance.
4040
1. Use the HTML provider's **`Import`** method to create a `RadFlowDocument` from the Editor's HTML value.
4141
1. Create a [`TxtFormatProvider`](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/formats-and-conversion/plain-text/txt-txtformatprovider) instance.
4242
1. Use the TXT provider's **`Export`** method to export the `RadFlowDocument` as plain text.

0 commit comments

Comments
 (0)