Skip to content

Commit caa3426

Browse files
1010724: Resolved CI failures
1 parent 5b9765b commit caa3426

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Document-Processing/PDF/PDF-Viewer/react/annotation/annotation-types/perimeter-annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ReactDOM.createRoot(document.getElementById('sample')).render(<App />);
4848

4949
## Add Perimeter Annotation
5050

51-
### Add Perimeter Annotaion Using the Toolbar
51+
### Add Perimeter Annotation Using the Toolbar
5252

5353
1. Open the **Annotation Toolbar**.
5454
2. Select **Measurement****Perimeter**.

Document-Processing/PDF/PDF-Viewer/react/annotation/annotation-types/redaction-annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Redaction annotation in React PDF Viewer | Syncfusion
3+
title: PDF Redaction in React PDF Viewer | Syncfusion
44
description: Learn to add, edit, delete, and apply redaction annotations in Syncfusion React PDF Viewer with UI and programmatic examples.
55
platform: document-processing
66
control: PDF Viewer

Document-Processing/PDF/PDF-Viewer/react/annotation/annotation-types/sticky-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Configure scale defaults using [`stickyNotesSettings`](https://ej2.syncfusion.co
156156

157157
## Sticky Note Events
158158

159-
Listen to annotation lifecycle events and filter for sticky notes. See [**Annotation Events**](../annotation-event) for the full list and argument details.
159+
Listen to annotation life-cycle events and filter for sticky notes. See [**Annotation Events**](../annotation-event) for the full list and argument details.
160160

161161
## Export and Import
162162
Sticky Notes are included when exporting or importing annotations. For supported formats and workflows, see [**Export and Import annotations**](../export-import-annotations).

Document-Processing/PDF/PDF-Viewer/react/document-handling/load-large-pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ If thumbnails or page reordering are not essential:
109109
- Reduce memory usage
110110
- Improve navigation responsiveness
111111

112-
#### Example (remove unneccesary modules)
112+
#### Example (remove unnecessary modules)
113113
```js
114114
<Inject services={[Toolbar, Magnification, Navigation, Print]} />
115115
```

0 commit comments

Comments
 (0)