Skip to content

Commit 1711d62

Browse files
Updated code block
1 parent 0d68d20 commit 1711d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/change-log/2025-04-22-components-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Our new component system addresses these challenges with fully composable compon
3737

3838
#### Getting Started
3939

40-
To use the new components, you'll need to send the message flag `1 << 15` (IS_COMPONENTS_V2) which activates the components system on a per-message basis.
40+
To use the new components, you'll need to send the message flag `1 << 15` (`IS_COMPONENTS_V2`) which activates the components system on a per-message basis.
4141

4242
We've created guides to help you implement these new features:
4343

0 commit comments

Comments
 (0)