Skip to content

Commit 2326702

Browse files
Fix typo - 'styles' (#561)
1 parent 675f8ad commit 2326702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/v0_8/docs/a2ui_protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ In order to do the substitution, based on the standard `server_to_client_schema`
272272

273273
```py
274274
component_properties = custom_catalog_definition["components"]
275-
style_properties = custom_catalog_definition["components"]
275+
style_properties = custom_catalog_definition["styles"]
276276
resolved_schema = copy.deepcopy(server_to_client_schema)
277277

278278
resolved_schema["properties"]["surfaceUpdate"]["properties"]["components"]["items"]["properties"]["component"]["properties"] = component_properties

0 commit comments

Comments
 (0)