Skip to content

Commit 6de51b8

Browse files
1010807: Resolved CI issues
1 parent a702e74 commit 6de51b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Document-Processing/PDF/PDF-Viewer/react/environment-integration/existing-react-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ const observer = new ResizeObserver(() => {
418418
observer.observe(document.querySelector('#pdfViewer')!);
419419
```
420420

421-
- Lazy-render inside tabs/dialogs/accordions: only mount `PdfViewerComponent` when the pane is visible.
421+
- Lazy-render inside tabs/dialogs/accordions: only mount the PDF Viewer when the pane is visible.
422422

423423
## When to use these patterns
424424

Document-Processing/PDF/PDF-Viewer/react/theming-and-styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This short, guided walkthrough shows a minimal end-to-end customization flow:
4646

4747
2. Add the Tailwind theme imports to your global CSS (see Quick start).
4848

49-
3. Render `PdfViewerComponent` in `src/App.tsx` and verify the default look.
49+
3. Render the PDF Viewer in `src/App.tsx` and verify the default look.
5050

5151
4. Add a theme switcher using the dark-mode logic in later shown in this file
5252

0 commit comments

Comments
 (0)