We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d45b7 commit 5c02e5dCopy full SHA for 5c02e5d
docs/paper/dev/api/component-api/intro.mdx
@@ -61,7 +61,7 @@ final Component component = Component.text("Hello")
61
the same component. Also note that Adventure
62
Components are designed for use with static method imports
63
to make code less verbose */
64
-final Component component = text()
+final Component component = Component.text()
65
.content("Hello").color(color(0x13f832))
66
.append(text(" world!", GREEN))
67
.build();
0 commit comments