Skip to content

Commit 0938a9b

Browse files
authored
Fix casing of properties in track-changes.md
1 parent 495b3c7 commit 0938a9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Document-Processing/Word/Word-Processor/asp-net-core/track-changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ In DocumentEditor, we have built-in review panel in which we have provided suppo
131131

132132
## Custom metadata along with author
133133

134-
The Document Editor provides options to customize revisions using `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.
134+
The Document Editor provides options to customize revisions using `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.
135135

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

@@ -175,4 +175,4 @@ Tracked changes only protection can be enabled in UI by using [Restrict Editing
175175

176176
![Enable track changes only protection](images/tracked-changes.png)
177177

178-
N> In enforce Protection method, first parameter denotes password and second parameter denotes protection type. Possible values of protection type are `NoProtection |ReadOnly |FormFieldsOnly |CommentsOnly |RevisionsOnly`. In stop protection method, parameter denotes the password.
178+
N> In enforce Protection method, first parameter denotes password and second parameter denotes protection type. Possible values of protection type are `NoProtection |ReadOnly |FormFieldsOnly |CommentsOnly |RevisionsOnly`. In stop protection method, parameter denotes the password.

0 commit comments

Comments
 (0)