Skip to content

Commit a165893

Browse files
authored
Fix link formatting in track changes documentation
1 parent 06a2a9c commit a165893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

194194
Document Editor provides support for protecting the document with `RevisionsOnly` protection. In this protection, all the users are allowed to view the document and do their corrections, but they cannot accept or reject any tracked changes in the document. Later, the author can view their corrections and accept or reject the changes.
195195

196-
Document editor provides an option to protect and unprotect document using [`enforceProtection`](https://ej2.syncfusion.com/react/documentation/api/document-editor/editor#enforceprotection) and [`stopProtection`](https://ej2.syncfusion.com/react/documentation/api/document-editor/editor#stopprotection) API.
196+
Document editor provides an option to protect and unprotect document using [`enforceProtection`](https://ej2.syncfusion.com/react/documentation/api/document-editor/editor/#enforceprotection) and [`stopProtection`](https://ej2.syncfusion.com/react/documentation/api/document-editor/editor/#stopprotection) API.
197197

198198
The following example code illustrates how to enforce and stop protection in Document editor container.
199199

@@ -291,4 +291,4 @@ function App() {
291291
}
292292
export default App;
293293
createRoot(document.getElementById('sample')).render(<App />);
294-
```
294+
```

0 commit comments

Comments
 (0)