Skip to content

Commit 9aa129f

Browse files
Fix indentation of domain and prefersBorder in UiResourceMeta example
The domain and prefersBorder properties are now properly indented to be at the same hierarchical level as csp within the ui object. Addresses PR comment: #5 (comment) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent ae9d87f commit 9aa129f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/draft/apps.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ The resource content is returned via `resources/read`:
175175
connect_domains?: string[]; // Origins for fetch/XHR/WebSocket
176176
resource_domains?: string[]; // Origins for images, scripts, etc
177177
};
178-
domain?: string;
179-
prefersBorder?: boolean;
178+
domain?: string;
179+
prefersBorder?: boolean;
180180
};
181181
};
182182
}];

0 commit comments

Comments
 (0)