Skip to content

Commit 2e74589

Browse files
authored
Fix casing for properties in track changes documentation
1 parent 0938a9b commit 2e74589

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

127127
## Custom metadata along with author
128128

129-
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.
129+
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.
130130

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

@@ -165,8 +165,8 @@ The following example code illustrates how to enforce and stop protection in Doc
165165
{% endhighlight %}
166166
{% endtabs %}
167167

168-
Tracked changes only protection can be enabled in UI by using [Restrict Editing pane](./document-management#restrict-editing-pane/)
168+
Tracked changes only protection can be enabled in UI by using [Restrict Editing pane](./document-management#restrict-editing-pane)
169169

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

172-
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.
172+
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)