Skip to content

Commit 7e40db0

Browse files
authored
Fix casing of properties in track changes documentation
Corrected the casing of 'RevisionSettings' and 'ShowCustomDataWithAuthor' properties in the documentation.
1 parent 2e74589 commit 7e40db0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Document-Processing/Word/Word-Processor/blazor/track-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ In DocumentEditor, we have built-in review panel in which we have provided suppo
8787

8888
## Custom metadata along with author
8989

90-
The Document Editor provides options to customize revisions using [`Revisionsettings`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DocumentEditor.DocumentEditorSettingsModel.html#Syncfusion_Blazor_DocumentEditor_DocumentEditorSettingsModel_RevisionSettings). The `CustomData` property allows you to attach additional metadata to tracked revisions in the Word Processor. This metadata can represent roles, tags, or any custom identifier for the revision. To display this metadata along with the author name in the Track Changes pane, you must enable the `showCustomDataWithAuthor` property.
90+
The Document Editor provides options to customize revisions using [`RevisionSettings`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DocumentEditor.DocumentEditorSettingsModel.html#Syncfusion_Blazor_DocumentEditor_DocumentEditorSettingsModel_RevisionSettings). The `CustomData` property allows you to attach additional metadata to tracked revisions in the Word Processor. This metadata can represent roles, tags, or any custom identifier for the revision. To display this metadata along with the author name in the Track Changes pane, you must enable the `ShowCustomDataWithAuthor` property.
9191

9292
The following example code illustrates how to enable and update custom metadata for track changes revisions.
9393

0 commit comments

Comments
 (0)