Skip to content

Commit 2ea85cb

Browse files
idosalCopilot
andauthored
Update specification/draft/apps.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c3c9a46 commit 2ea85cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/draft/apps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ When using flexible dimensions (no fixed `height` or `width`), hosts MUST listen
718718
```typescript
719719
// Host listens for size changes from the View
720720
bridge.onsizechange = ({ width, height }) => {
721-
// Update iframe to match app's content size
721+
// Update iframe to match View's content size
722722
if (width != null) {
723723
iframe.style.width = `${width}px`;
724724
}

0 commit comments

Comments
 (0)