Skip to content

Commit c8caf0d

Browse files
authored
Merge pull request #90 from Silabear/changes
Changes
2 parents 30398a4 + 60036ea commit c8caf0d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/routes/search.json/meta.json

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.

src/routes/wiki/concepts/text/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The following properties can be used in a text component to add **interactivity*
7171

7272
**Example**: This text will be "Click me", in blue, and when clicked, it will run the command `/say Hello`:
7373
```json
74-
{text: "Click me", "click_event": {"action": "run_command", "command": "/say Hello"}}
74+
{text: "Click me", click_event: {"action": "run_command", "command": "/say Hello"}}
7575
```
7676

7777
### Other

0 commit comments

Comments
 (0)